Class TableFunctionMetadata
Table function mapping attributes, used with Sql.TableFunctionAttribute mapping attribute.
public sealed class TableFunctionMetadata
- Inheritance
-
TableFunctionMetadata
- Extension Methods
Properties
ArgIndices
Contains indexes of mapped method parameters, that should be mapped to table function parameter with position matching position of index in array.
public int[]? ArgIndices { get; set; }
Property Value
- int[]
Configuration
Mapping configuration name.
public string? Configuration { get; set; }
Property Value
Name
Function name.
public SqlObjectName? Name { get; set; }