共用方式為


LinqDataSourceDesigner.EnableUpdate 屬性

定義

取得或設定值,這個值表示是否可以在執行階段時更新資料來源中的資料列。

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

屬性值

如果對關聯的 LinqDataSource 執行個體使用者啟用更新作業,則為 true,否則為 false

適用於

另請參閱