LinqDataSourceDesigner.EnableDelete 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示是否可以在執行階段時從資料來源刪除資料列。
public:
property bool EnableDelete { bool get(); void set(bool value); };
public bool EnableDelete { get; set; }
member this.EnableDelete : bool with get, set
Public Property EnableDelete As Boolean
屬性值
如果對關聯的 LinqDataSource 執行個體使用者啟用刪除作業,則為 true
,否則為 false
。