Class TableFunctionModel
Table function model.
public sealed class TableFunctionModel : TableFunctionModelBase
- Inheritance
-
TableFunctionModel
- Inherited Members
- Extension Methods
Constructors
TableFunctionModel(SqlObjectName, MethodModel, TableFunctionMetadata, string)
public TableFunctionModel(SqlObjectName name, MethodModel method, TableFunctionMetadata metadata, string methodInfoFieldName)
Parameters
name
SqlObjectNamemethod
MethodModelmetadata
TableFunctionMetadatamethodInfoFieldName
string
Properties
Metadata
Gets or sets table function metadata descriptor.
public TableFunctionMetadata Metadata { get; set; }
Property Value
MethodInfoFieldName
Gets or sets name of private field to store MethodInfo instance of generated function mapping method.
public string MethodInfoFieldName { get; set; }
Property Value
Result
Gets or sets table function result record descriptor.
public FunctionResult? Result { get; set; }