DataBoundControl.SelectMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為了讀取資料要呼叫的方法的名稱。
public:
virtual property System::String ^ SelectMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public virtual string SelectMethod { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.SelectMethod : string with get, set
Public Overridable Property SelectMethod As String
屬性值
方法的名稱。
- 屬性
備註
設定此屬性會導致模型系結當做資料系結方法使用。
如需搭配Web Form使用模型系結的教學課程系列,請參閱模型系結和Web Form。