C# 클래스 System.Data.Tests.Common.DbDataAdapterTest.MyAdapter

상속: System.Data.Common.DbDataAdapter
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
AddToBatch ( IDbCommand command ) : int
ClearBatch ( ) : void
ExecuteBatch ( ) : void
GetBatchedParameter ( int commandIdentifier, int parameterIndex ) : IDataParameter
GetBatchedRecordsAffected ( int commandIdentifier, int &recordsAffected, Exception &error ) : bool
InitializeBatching ( ) : void
TerminateBatching ( ) : void

메소드 상세

AddToBatch() 공개 메소드

public AddToBatch ( IDbCommand command ) : int
command IDbCommand
리턴 int

ClearBatch() 공개 메소드

public ClearBatch ( ) : void
리턴 void

ExecuteBatch() 공개 메소드

public ExecuteBatch ( ) : void
리턴 void

GetBatchedParameter() 공개 메소드

public GetBatchedParameter ( int commandIdentifier, int parameterIndex ) : IDataParameter
commandIdentifier int
parameterIndex int
리턴 IDataParameter

GetBatchedRecordsAffected() 공개 메소드

public GetBatchedRecordsAffected ( int commandIdentifier, int &recordsAffected, Exception &error ) : bool
commandIdentifier int
recordsAffected int
error Exception
리턴 bool

InitializeBatching() 공개 메소드

public InitializeBatching ( ) : void
리턴 void

TerminateBatching() 공개 메소드

public TerminateBatching ( ) : void
리턴 void