LinqDataSourceView.ExecuteUpdate 메서드

정의

업데이트 작업을 수행합니다.

protected:
 override int ExecuteUpdate(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values, System::Collections::IDictionary ^ oldValues);
protected override int ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues);
override this.ExecuteUpdate : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> int
Protected Overrides Function ExecuteUpdate (keys As IDictionary, values As IDictionary, oldValues As IDictionary) As Integer

매개 변수

keys
IDictionary

업데이트할 레코드의 행 키 값입니다.

values
IDictionary

데이터 원본에서 업데이트할 행 값입니다.

oldValues
IDictionary

데이터 충돌을 감지하기 위해 평가되는 행 값입니다.

반품

데이터 원본에서 업데이트된 행 수입니다.

설명

컨트롤을 통해 LinqDataSource 데이터를 업데이트하는 방법에 대한 자세한 내용은 클래스의 메서드를 Update(IDictionary, IDictionary, IDictionary)LinqDataSource 참조하세요.

적용 대상

추가 정보