다음을 통해 공유


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

데이터 충돌을 감지하기 위해 계산하는 행 값입니다.

반환

Int32

데이터 소스에서 업데이트된 행의 수입니다.

설명

를 통해 데이터를 업데이트 하는 방법에 대 한 정보를 LinqDataSource 참조 하세요.는 의 Update(IDictionary, IDictionary, IDictionary) 메서드를 LinqDataSource 클래스입니다.

적용 대상

추가 정보