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.

C#
public string FillRowMethodName { get; set; }

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

Product Versions
SqlClient .NET Core 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1
SqlClient .NET Framework 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1
SqlClient .NET Standard 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1