C# Class Aegis.Data.MSSQL.DBCommand

Inheritance: IDisposable
Afficher le fichier Open project: SyncZone/AegisFramework

Méthodes publiques

Méthode Description
BindParameter ( string parameterName, object value ) : void
DBCommand ( ConnectionPool pool, int timeoutSec = 60 ) : System
Dispose ( ) : void
EndQuery ( ) : void
PostQuery ( System.Action actionOnRead, Action actionOnCompletion ) : void
PostQuery ( Action actionOnRead, Action actionOnCompletion ) : void
PostQueryNoReader ( ) : void
PostQueryNoReader ( Action actionOnCompletion ) : void
Query ( ) : System.Data.SqlClient.SqlDataReader
Query ( string query ) : System.Data.SqlClient.SqlDataReader
QueryNoReader ( ) : void
QueryNoReader ( string query ) : void

Private Methods

Méthode Description
Prepare ( ) : void
StringBuilder ( ) : System

Method Details

BindParameter() public méthode

public BindParameter ( string parameterName, object value ) : void
parameterName string
value object
Résultat void

DBCommand() public méthode

public DBCommand ( ConnectionPool pool, int timeoutSec = 60 ) : System
pool ConnectionPool
timeoutSec int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndQuery() public méthode

public EndQuery ( ) : void
Résultat void

PostQuery() public méthode

public PostQuery ( System.Action actionOnRead, Action actionOnCompletion ) : void
actionOnRead System.Action
actionOnCompletion Action
Résultat void

PostQuery() public méthode

public PostQuery ( Action actionOnRead, Action actionOnCompletion ) : void
actionOnRead Action
actionOnCompletion Action
Résultat void

PostQueryNoReader() public méthode

public PostQueryNoReader ( ) : void
Résultat void

PostQueryNoReader() public méthode

public PostQueryNoReader ( Action actionOnCompletion ) : void
actionOnCompletion Action
Résultat void

Query() public méthode

public Query ( ) : System.Data.SqlClient.SqlDataReader
Résultat System.Data.SqlClient.SqlDataReader

Query() public méthode

public Query ( string query ) : System.Data.SqlClient.SqlDataReader
query string
Résultat System.Data.SqlClient.SqlDataReader

QueryNoReader() public méthode

public QueryNoReader ( ) : void
Résultat void

QueryNoReader() public méthode

public QueryNoReader ( string query ) : void
query string
Résultat void