Gets a value indicating whether the query can be built.
SqlStatement
Result
Gets the result object
Events
Type
Name
Description
CondSqlGenEventHandler
CondSqlGen
This event is raised during query building for each condition in the query and it allows you to replace the SQL expression generated for this condition.
Methods
Type
Name
Description
Boolean
BuildParamSQL()
The same as Korzh.EasyQuery.Db.SqlQueryBuilder.BuildSQL method but generates parametrized SQL expression where all values are replaced by parameters (e.g. @param1). You can access full list of parameters used in generated SQL statement through Query.Params property.