Share via


DesignerDataSourceView.CanInsert プロパティ

定義

現在の DataSourceControl オブジェクトに関連付けられている DataSourceView オブジェクトで、ExecuteInsert(IDictionary) メソッドがサポートされているかどうかを示す値を取得します。

public:
 virtual property bool CanInsert { bool get(); };
public virtual bool CanInsert { get; }
member this.CanInsert : bool
Public Overridable ReadOnly Property CanInsert As Boolean

プロパティ値

ExecuteInsert(IDictionary) メソッドがサポートされている場合は、true。それ以外の場合は、false

適用対象

こちらもご覧ください