Table of Contents

Class TableFunctionModel

Namespace
LinqToDB.DataModel
Assembly
linq2db.Tools.dll

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 SqlObjectName
method MethodModel
metadata TableFunctionMetadata
methodInfoFieldName string

Properties

Metadata

Gets or sets table function metadata descriptor.

public TableFunctionMetadata Metadata { get; set; }

Property Value

TableFunctionMetadata

MethodInfoFieldName

Gets or sets name of private field to store MethodInfo instance of generated function mapping method.

public string MethodInfoFieldName { get; set; }

Property Value

string

Result

Gets or sets table function result record descriptor.

public FunctionResult? Result { get; set; }

Property Value

FunctionResult