Share via


EntityDataSourceView.CanInsert 속성

정의

현재 EntityDataSourceView 컨트롤과 연결된 EntityDataSource 개체가 삽입 작업을 지원하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

작업이 지원되면 true이고, 그렇지 않으면 false입니다.

적용 대상