다음을 통해 공유


SqlDesignerDataSourceView.CanInsert 속성

정의

현재 DataSourceControl 개체와 연결된 DataSourceView 개체가 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

속성 값

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

적용 대상

추가 정보