Share via


DesignerDataSourceView.CanDelete プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください