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テーブル値関数によって返されるテーブル内のデータ行を埋めるために使用される、同じクラス内のメソッドの名前を表す値。

適用対象