共用方式為


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

屬性值

字串 (String),包含呼叫 Select() 時要執行方法的名稱。

備註

屬性 SelectMethodSelectMethod 遮蔽相關聯控制項的 屬性。

當屬性的值 SelectMethod 變更時,會更新相關聯 ObjectDataSource 控制項的設計階段標記。 RefreshSchema如果 CanRefreshSchema 屬性為 true,則會呼叫 方法,否則會 DataSourceChanged 引發 事件。

適用於

另請參閱