ModelDataSourceView.SelectMethod プロパティ

定義

ModelDataSourceView コントロールがデータを取得するために呼び出すメソッドの名前を取得または設定します。

public:
 property System::String ^ SelectMethod { System::String ^ get(); };
public string SelectMethod { get; }
member this.SelectMethod : string
Public ReadOnly Property SelectMethod As String

プロパティ値

ModelDataSourceView がデータを取得するために使用するメソッドの名前を表す文字列。

適用対象