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属性,或者控件使用SelectMethodUpdateMethod``DeleteMethodInsertMethod数据绑定的属性,则数据绑定是自动的。

适用于