LinqDataSourceView.ValidateInsertSupported(IDictionary) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
삽입 작업을 수행하기 위한 조건이 충족되었는지 확인합니다.
protected:
virtual void ValidateInsertSupported(System::Collections::IDictionary ^ values);
protected virtual void ValidateInsertSupported (System.Collections.IDictionary values);
abstract member ValidateInsertSupported : System.Collections.IDictionary -> unit
override this.ValidateInsertSupported : System.Collections.IDictionary -> unit
Protected Overridable Sub ValidateInsertSupported (values As IDictionary)
매개 변수
- values
- IDictionary
삽입할 행 값이 들어 있는 사전입니다.
예외
CanInsert이(가) false
인 경우
설명
GroupBy속성이 나 SelectNew 속성이 이외의 값을 포함 하는 경우에는 데이터를 삽입할 수 없습니다 null
. 자세한 내용은 LinqDataSource.EnableInsert 속성을 참조하세요.