ObjectDataSourceDesigner.SelectMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫關聯的控制項之 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() 時要執行方法的名稱。
備註
屬性 SelectMethod 會 SelectMethod 遮蔽相關聯控制項的 屬性。
當屬性的值 SelectMethod 變更時,會更新相關聯 ObjectDataSource 控制項的設計階段標記。 RefreshSchema如果 CanRefreshSchema 屬性為 true,則會呼叫 方法,否則會 DataSourceChanged 引發 事件。