LinqDataSourceDesigner.EnableInsert 屬性

定義

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

public:
 property bool EnableInsert { bool get(); void set(bool value); };
public bool EnableInsert { get; set; }
member this.EnableInsert : bool with get, set
Public Property EnableInsert As Boolean

屬性值

Boolean

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

適用於

另請參閱