다음을 통해 공유


LinqDataSourceView.ValidateInsertSupported(IDictionary) 메서드

정의

삽입 작업을 수행하기 위한 조건이 충족되었는지 확인합니다.

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

삽입할 행 값이 들어 있는 사전입니다.

예외

GroupBy 또는 SelectNew 속성에 값이 있거나 values 매개 변수에 항목이 없는 경우

CanInsert이(가) false인 경우

설명

GroupBy속성이 나 SelectNew 속성이 이외의 값을 포함 하는 경우에는 데이터를 삽입할 수 없습니다 null . 자세한 내용은 LinqDataSource.EnableInsert 속성을 참조하세요.

적용 대상