Метод | Описание | |
---|---|---|
Combine ( IEnumerable |
Combines the specified SQL queries into a single SqlQuery.
|
|
Combine ( SqlQuery sqlQuery1, SqlQuery sqlQuery2 ) : SqlQuery |
Combines the specified SQL queries into a single SqlQuery.
|
|
CreateConnection ( ) : IDbConnection |
Creates an IDbConnection to the database.
|
Метод | Описание | |
---|---|---|
BuildParameter ( IDbDataParameter parameter, string parameterName, SqlArgument sqlArgument ) : void |
Builds the the IDbDataParameter using the specified name and value.
|
|
DbDriver ( SqlCharacters sqlCharacters ) : System |
Initialises a new instance of the DbDriver class.
|
|
GetCommandText ( string commandText ) : string |
Gets the command text.
|
|
GetCommandType ( string commandText ) : CommandType |
Gets the type of the command.
|
|
IsStoredProcedureCall ( string commandText ) : bool |
Determines whether the command text is a stored procedure call.
|
Метод | Описание | |
---|---|---|
BuildCommand ( IDbCommand command, SqlQuery sqlQuery ) : void |
protected BuildParameter ( IDbDataParameter parameter, string parameterName, SqlArgument sqlArgument ) : void | ||
parameter | IDbDataParameter | The parameter to build. |
parameterName | string | The name for the parameter. |
sqlArgument | SqlArgument | The |
Результат | void |
public Combine ( IEnumerable |
||
sqlQueries | IEnumerable |
The SQL queries to be combined. |
Результат | SqlQuery |
public Combine ( SqlQuery sqlQuery1, SqlQuery sqlQuery2 ) : SqlQuery | ||
sqlQuery1 | SqlQuery | The first SQL query to be combined. |
sqlQuery2 | SqlQuery | The second SQL query to be combined. |
Результат | SqlQuery |
public CreateConnection ( ) : IDbConnection | ||
Результат | IDbConnection |
protected DbDriver ( SqlCharacters sqlCharacters ) : System | ||
sqlCharacters | SqlCharacters | The SQL characters. |
Результат | System |
protected GetCommandText ( string commandText ) : string | ||
commandText | string | The command text. |
Результат | string |
protected GetCommandType ( string commandText ) : CommandType | ||
commandText | string | The command text. |
Результат | CommandType |
protected IsStoredProcedureCall ( string commandText ) : bool | ||
commandText | string | The command text to inspect. |
Результат | bool |