EntityDataSourceView.CanUpdate 属性
定义
获取一个值,该值指示与当前 EntityDataSourceView 控件关联的 EntityDataSource 对象是否支持更新操作。Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports the update operation.
public:
virtual property bool CanUpdate { bool get(); };
public override bool CanUpdate { get; }
member this.CanUpdate : bool
Public Overrides ReadOnly Property CanUpdate As Boolean
属性值
如果支持该操作,则为 true;否则为 false。true if the operation is supported; otherwise, false.