C# Class YoureOnTime.Data.RetryDbCommand

Inheritance: System.Data.Common.DbCommand
Show file Open project: craigvn/NHibernateRetryable

Protected Properties

Property Type Description
_cmd System.Data.Common.DbCommand
_conn System.Data.Common.DbConnection
_tran System.Data.Common.DbTransaction

Private Properties

Property Type Description

Public Methods

Method Description
Cancel ( ) : void
ExecuteNonQuery ( ) : int
ExecuteScalar ( ) : object
Prepare ( ) : void
RetryDbCommand ( ) : System

Protected Methods

Method Description
CreateDbParameter ( ) : DbParameter
Dispose ( bool disposing ) : void
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader

Method Details

Cancel() public method

public Cancel ( ) : void
return void

CreateDbParameter() protected method

protected CreateDbParameter ( ) : DbParameter
return System.Data.Common.DbParameter

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ExecuteDbDataReader() protected method

protected ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader
behavior CommandBehavior
return System.Data.Common.DbDataReader

ExecuteNonQuery() public method

public ExecuteNonQuery ( ) : int
return int

ExecuteScalar() public method

public ExecuteScalar ( ) : object
return object

Prepare() public method

public Prepare ( ) : void
return void

RetryDbCommand() public method

public RetryDbCommand ( ) : System
return System

Property Details

_cmd protected property

protected DbCommand,System.Data.Common _cmd
return System.Data.Common.DbCommand

_conn protected property

protected DbConnection,System.Data.Common _conn
return System.Data.Common.DbConnection

_tran protected property

protected DbTransaction,System.Data.Common _tran
return System.Data.Common.DbTransaction