次の方法で共有


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

適用対象

こちらもご覧ください