IDynamicDataSource.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

プロパティ値

データ ソース ビューが行の挿入機能をサポートしている場合は true。それ以外の場合は false

適用対象