SqlFunctionAttribute.FillRowMethodName 属性

定义

同一类中的方法名称,该类用于填充表值函数返回的表中的一行数据。

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

属性值

一个 String 值,表示同一类中方法的名称,用于填充表值函数返回的表中的一行数据。

适用于