The name of the field in currently processing condition (used for generation of parameter names)
Boolean
paramMode
This property indicated whethere generated SQL should include parameters instead of real values.
Properties
Type
Name
Description
QueryFormats
Formats
Gets the formats of generated query statement. This is a structure which allows you to set different formatting option of generated SQL (or other query language) statements. For more information please read Korzh.EasyQuery.QueryFormats reference.
DataModel
Model
Gets the model. An instance of Korzh.EasyQuery.DataModel class or one of its descendants (for example DbModel)
Query
Query
Gets the query object associated with the builder.