BaseDataBoundControl.IsDataBindingAutomatic 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出資料繫結是否為自動。
protected public:
property bool IsDataBindingAutomatic { bool get(); };
protected internal bool IsDataBindingAutomatic { get; }
member this.IsDataBindingAutomatic : bool
Protected Friend ReadOnly Property IsDataBindingAutomatic As Boolean
屬性值
如果資料繫結為自動,則為 true
;否則為 false
。
備註
如果控制項使用 DataSourceID 屬性,或是控制項使用 SelectMethod
、 UpdateMethod
、 DeleteMethod
或 InsertMethod
屬性進行資料系結,則資料系結會自動進行。