The properties of the DynamicQuery class are listed below. For a complete list of DynamicQuery class members, see the DynamicQuery Members topic.
ConfigurationName (inherited from Microsoft.Practices.EnterpriseLibrary.Configuration.ConfigurationProvider) | |
CountAll | If true, add a COUNT(*) Aggregate to the selected columns list. Note This may not be support for all database providers |
CountAllAlias | If CountAll is set to true, use this to add a user-friendly column name. Note This may not be support for all database providers |
Distinct | Adds the DISTINCT modifier to the SELECT clause Note This may not be support for all database providers |
Entity | An internal callback reference to the EasyObject. There is no need to use this externally. |
LastQuery | Contains the Query string from your last call to Query.Load(), this is useful for debugging purposes. |
TopN | Adds the TOPN modifier to the SELECT clause Note This may not be support for all database providers |
WithRollup | If true, add WITH ROLLUP to the GROUP BY clause. Note This may not be support for all database providers |
AliasFormat | When implemented by a class, gets the string format used to delimit aliases for the database. |
DynamicQueryProviderData | Gets the DatabaseTypeData from which this object was initialized. |
FieldFormat | When implemented by a class, gets the string format used to delimit fieldnames for the database. |
InsertColumns | Returns the current database columns in the INSERT clause |
InsertColumnValues | Returns the current database columns in the INSERT clause |
OrderBy | Returns the current database columns in the ORDER BY clause |
ParameterToken | When implemented by a class, gets the parameter token used to delimit parameters for the database. |
ParameterValues | Returns the current values for the WHERE clause |
QuerySourceWithSchema | Gets the complete querysource name (including schema) properly formatted for the current SQL dialect. |
ResultColumns | Returns the current database columns in the SELECT clause |
SchemaSeparator | When implemented by a class, gets the string used to separate schemas from objects for the database. |
TableNameWithSchema | Gets the complete table name (including schema) properly formatted for the current SQL dialect. |
UpdateColumns | Returns the current database columns in the UPDATE clause |
DynamicQuery Class | NCI.EasyObjects Namespace