LinqDataSourceView.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
屬性值
如果資料來源檢視支援刪除資料列則為 true
,否則為 false
。 預設為 false
。
備註
當您設定 EnableDelete 控制項的屬性時 LinqDataSource ,也會針對控制項的屬性設定該值 EnableDelete LinqDataSourceView 。