Lets you build SQL commands based on Korzh.EasyQuery.Db.DbQuery object
public abstract class Korzh.EasyQuery.Db.DbQueryBuilder
: BaseQueryBuilder, IQueryBuilder
Properties
Type |
Name |
Description |
String |
EscapeDef |
contains escape symbol definition which will be added to the condition if necessary |
SqlExtras |
Extras |
Gets the Korzh.EasyQuery.Db.SqlExtras object which defines some extra clauses and options of the generated query. |
DbQueryFormats |
Formats |
Gets the Korzh.EasyQuery.Db.DbQueryFormats object in the parent query. |
DbQuery |
Query |
Gets the query object associated with the builder. |
Methods