EntityDataSource.EnableUpdate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值指出是否可以透過 EntityDataSource 控制項修改物件。
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
屬性值
如果已啟用自動更新作業則為 true
,否則為 false
。 預設值是 false
。
實作
備註
Select 如果 屬性設定為 , EnableUpdate 則無法設定 true
。
false
指派給 EnableUpdate 屬性的值會 CanUpdate 強制相關 EntityDataSourceView 物件的 屬性傳回 false
。
EnableUpdate當 屬性設定為 false
時, NotSupportedException 如果資料繫結控制項在 上 EntityDataSourceView 呼叫 方法, ExecuteUpdate 就會引發 。
將 EnableUpdate 屬性設定為 true
不保證可更新性。
如果不符合任何可更新性的條件,且 EnableUpdate 屬性設定為 true
,則會 EntityDataSource 引發例外狀況。