Méthode | Description | |
---|---|---|
ToSqlQuery ( ) : SqlQuery |
Creates a SqlQuery from the values specified. This method is called to return an SqlQuery once query has been defined. |
Méthode | Description | |
---|---|---|
AddBetween ( object lower, object upper, bool negate ) : void | ||
AddIn ( SqlQuery subQuery, bool negate ) : void | ||
AddIn ( object args, bool negate ) : void | ||
AddLike ( object comparisonValue, bool negate ) : void | ||
AddWithComparisonOperator ( object comparisonValue, string comparisonOperator ) : void | ||
AppendTableName ( IObjectInfo objectInfo ) : void |
Appends the table name to the inner sql.
|
|
AppendTableName ( string table ) : void |
Appends the table name to the inner sql.
|
|
SqlBuilderBase ( |
Initialises a new instance of the SqlBuilderBase class.
|
protected AddBetween ( object lower, object upper, bool negate ) : void | ||
lower | object | |
upper | object | |
negate | bool | |
Résultat | void |
protected AddIn ( SqlQuery subQuery, bool negate ) : void | ||
subQuery | SqlQuery | |
negate | bool | |
Résultat | void |
protected AddIn ( object args, bool negate ) : void | ||
args | object | |
negate | bool | |
Résultat | void |
protected AddLike ( object comparisonValue, bool negate ) : void | ||
comparisonValue | object | |
negate | bool | |
Résultat | void |
protected AddWithComparisonOperator ( object comparisonValue, string comparisonOperator ) : void | ||
comparisonValue | object | |
comparisonOperator | string | |
Résultat | void |
protected AppendTableName ( IObjectInfo objectInfo ) : void | ||
objectInfo | IObjectInfo | The object information. |
Résultat | void |
protected AppendTableName ( string table ) : void | ||
table | string | The name of the table. |
Résultat | void |
protected SqlBuilderBase ( |
||
sqlCharacters | The SQL characters for the builder. | |
Résultat | System |