EntityDesignerDataSourceView.CanUpdate 属性
定义
获取一个值,该值指示与当前 EntityDataSourceView 控件关联的 EntityDataSource 对象是否支持更新。Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports updates.
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 updates are supported; otherwise, false.