C# Class log4net.Tests.Appender.AdoNet.Log4NetCommand

Inheritance: IDbCommand
Datei anzeigen Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Methods

Method Description
Cancel ( ) : void
CreateParameter ( ) : IDbDataParameter
Dispose ( ) : void
ExecuteNonQuery ( ) : int
ExecuteReader ( ) : IDataReader
ExecuteReader ( CommandBehavior behavior ) : IDataReader
ExecuteScalar ( ) : object
Log4NetCommand ( ) : System
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

Log4NetCommand() public method

public Log4NetCommand ( ) : System
return System

Prepare() public method

public Prepare ( ) : void
return void