次の方法で共有


ObjectDataSourceDesigner.SelectMethod プロパティ

定義

関連付けられているコントロールの Select() メソッドが呼び出されたときに実行するメソッドの名前を取得または設定します。

public:
 property System::String ^ SelectMethod { System::String ^ get(); void set(System::String ^ value); };
public string SelectMethod { get; set; }
member this.SelectMethod : string with get, set
Public Property SelectMethod As String

プロパティ値

Select() が呼び出されたときに実行するメソッドの名前を格納している文字列。

注釈

プロパティは SelectMethodSelectMethod 関連付けられたコントロールの プロパティをシャドウします。

プロパティの値が SelectMethod 変更されると、関連付けられた ObjectDataSource コントロールのデザイン時マークアップが更新されます。 RefreshSchemaプロパティが true の場合は メソッドがCanRefreshSchema呼び出されます。それ以外のDataSourceChanged場合は、イベントが発生します。

適用対象

こちらもご覧ください