SqlFunctionAttribute.FillRowMethodName Property

Definition

The name of a method in the same class which is used to fill a row of data in the table returned by the table-valued function.

public string FillRowMethodName { get; set; }
member this.FillRowMethodName : string with get, set
Public Property FillRowMethodName As String

Property Value

String

A String value representing the name of a method in the same class which is used to fill a row of data in the table returned by the table-valued function.

Applies to