EntityDataSource.EnableInsert プロパティ

定義

EntityDataSource コントロールを通じてオブジェクトを追加できるかどうかを示す値を取得または設定します。

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

プロパティ値

挿入の自動実行が有効な場合は true。それ以外の場合は false。 既定値は false です。

実装

注釈

Select プロパティが に設定されている EnableInsert 場合は、 を true設定できません。

false プロパティにEnableInsert割り当てられた値により、EntityDataSourceCanInsert関連EntityDataSourceViewオブジェクトの プロパティが 強制的に 返されますfalse。 プロパティが EnableInsertfalseNotSupportedException設定されている場合、データ バインド コントロールが で メソッドを呼び出すと、 ExecuteInsert が発生しますEntityDataSourceView

更新可能性の条件のいずれかが満たされず、 EnableInsert プロパティが に true設定されている場合、 EntityDataSource は例外を発生させます。

適用対象