DesignerDataSourceView.CanDelete 속성

정의

현재 DataSourceView 개체와 연결된 개체가 DataSourceControl 메서드를 지원하는 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

속성 값

true 메서드가 지원되면 ExecuteDelete(IDictionary, IDictionary) 이고, false그렇지 않으면 .입니다.

적용 대상

추가 정보