C# Class Net.Code.ADONet.Tests.Unit.DbTests.FakeOracleDbCommand

Inheritance: IDbCommand
Mostra file Open project: jhgbrt/yadal Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
CreateParameter ( ) : IDbDataParameter
Dispose ( ) : void
ExecuteNonQuery ( ) : int
ExecuteReader ( ) : IDataReader
ExecuteReader ( CommandBehavior behavior ) : IDataReader
ExecuteScalar ( ) : object
Prepare ( ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

CreateParameter() public method

public CreateParameter ( ) : IDbDataParameter
return IDbDataParameter

Dispose() public method

public Dispose ( ) : void
return void

ExecuteNonQuery() public method

public ExecuteNonQuery ( ) : int
return int

ExecuteReader() public method

public ExecuteReader ( ) : IDataReader
return IDataReader

ExecuteReader() public method

public ExecuteReader ( CommandBehavior behavior ) : IDataReader
behavior CommandBehavior
return IDataReader

ExecuteScalar() public method

public ExecuteScalar ( ) : object
return object

Prepare() public method

public Prepare ( ) : void
return void