SqlFunctionAttribute.FillRowMethodName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.