다음을 통해 공유


LinqDesignerDataSourceView.CanDelete 속성

정의

현재 LinqDataSourceView 컨트롤에 연결된 LinqDataSource 개체에서 ExecuteDelete(IDictionary, IDictionary) 메서드를 지원하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

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

적용 대상

추가 정보