LinqDataSourceView.EnableUpdate 属性

定义

获取或设置一个值,该值指示数据源视图是否支持更新行。

public:
 property bool EnableUpdate { bool get(); void set(bool value); };
public bool EnableUpdate { get; set; }
member this.EnableUpdate : bool with get, set
Public Property EnableUpdate As Boolean

属性值

Boolean

如果视图支持更新行,则为 true;否则为 false。 默认值为 false

注解

设置 控件 EnableUpdate 的 属性时,也会为 控件的 属性 LinqDataSource EnableUpdate 设置 LinqDataSourceView 该值。

适用于