C# Class System.Data.Tests.Common.DbDataAdapterTest.MyAdapter

Inheritance: System.Data.Common.DbDataAdapter
Show file Open project: dotnet/corefx

Public Methods

Method Description
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

Method Details

AddToBatch() public method

public AddToBatch ( IDbCommand command ) : int
command IDbCommand
return int

ClearBatch() public method

public ClearBatch ( ) : void
return void

ExecuteBatch() public method

public ExecuteBatch ( ) : void
return void

GetBatchedParameter() public method

public GetBatchedParameter ( int commandIdentifier, int parameterIndex ) : IDataParameter
commandIdentifier int
parameterIndex int
return IDataParameter

GetBatchedRecordsAffected() public method

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

InitializeBatching() public method

public InitializeBatching ( ) : void
return void

TerminateBatching() public method

public TerminateBatching ( ) : void
return void