C# Class ServiceStack.OrmLite.OrmLiteCommand

Inheritance: IDbCommand, IHasDbCommand
Exibir arquivo Open project: ServiceStack/ServiceStack.OrmLite

Public Properties

Property Type Description
DialectProvider IOrmLiteDialectProvider

Public Methods

Method Description
Cancel ( ) : void
CreateParameter ( ) : IDbDataParameter
Dispose ( ) : void
ExecuteNonQuery ( ) : int
ExecuteReader ( ) : IDataReader
ExecuteReader ( CommandBehavior behavior ) : IDataReader
ExecuteScalar ( ) : object
OrmLiteCommand ( OrmLiteConnection dbConn, IDbCommand dbCmd ) : System.Data
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

OrmLiteCommand() public method

public OrmLiteCommand ( OrmLiteConnection dbConn, IDbCommand dbCmd ) : System.Data
dbConn OrmLiteConnection
dbCmd IDbCommand
return System.Data

Prepare() public method

public Prepare ( ) : void
return void

Property Details

DialectProvider public_oe property

public IOrmLiteDialectProvider DialectProvider
return IOrmLiteDialectProvider