Gets the full list of columns which will be returned in result query. It equals to Columns list if it’s not empty. Otherwise - it’s an array of all fields from all tables taking part in this query (like SELECT * in SQL).
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
void
CheckModelObject(DataModel model)
Checks if model object has appropriate type and raise exception if not
void
CoreClear()
Clears all query content. Can be overriden in derived classes.