共用方式為


DesignerDataSourceView.CanUpdate 屬性

定義

取得值,指出與目前 DataSourceControl 物件相關聯的 DataSourceView 物件是否支援 ExecuteUpdate(IDictionary, IDictionary, IDictionary) 方法。

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

屬性值

如果支援 ExecuteUpdate(IDictionary, IDictionary, IDictionary) 方法,則為 true;否則為 false

適用於

另請參閱