BaseDataBoundControl.IsDataBindingAutomatic 屬性

定義

取得值,指出資料繫結是否為自動。

protected public:
 property bool IsDataBindingAutomatic { bool get(); };
protected internal bool IsDataBindingAutomatic { get; }
member this.IsDataBindingAutomatic : bool
Protected Friend ReadOnly Property IsDataBindingAutomatic As Boolean

屬性值

Boolean

如果資料繫結為自動,則為 true;否則為 false

備註

如果控制項使用 DataSourceID 屬性,或是控制項使用 SelectMethodUpdateMethodDeleteMethodInsertMethod 屬性進行資料系結,則資料系結會自動進行。

適用於