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:
 property System::String ^ FillRowMethodName { System::String ^ get(); void set(System::String ^ value); };
public string FillRowMethodName { get; set; }
member this.FillRowMethodName : string with get, set
Public Property FillRowMethodName As String

Property Value

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