다음을 통해 공유


LinqDesignerDataSourceView.CanInsert 속성

정의

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

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

속성 값

Boolean

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

적용 대상

추가 정보