SqlDesignerDataSourceView.CanUpdate 属性

定义

获取一个值,该值指示与当前 DataSourceControl 对象相关联的 DataSourceView 对象是否支持 ExecuteUpdate(IDictionary, IDictionary, IDictionary) 方法。

public:
 virtual property bool CanUpdate { bool get(); };
public override bool CanUpdate { get; }
member this.CanUpdate : bool
Public Overrides ReadOnly Property CanUpdate As Boolean

属性值

如果 ExecuteUpdate(IDictionary, IDictionary, IDictionary) 方法受支持,则为 true;否则为 false

适用于

另请参阅