共用方式為


EntityDataSource.EnableUpdate 屬性

定義

取得或設定值,這個值指出是否可以透過 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 物件的 屬性傳回 falseEnableUpdate當 屬性設定為 false 時, NotSupportedException 如果資料繫結控制項在 上 EntityDataSourceView 呼叫 方法, ExecuteUpdate 就會引發 。

EnableUpdate 屬性設定為 true 不保證可更新性。

如果不符合任何可更新性的條件,且 EnableUpdate 屬性設定為 true ,則會 EntityDataSource 引發例外狀況。

適用於