IDynamicQuery Interface |
Namespace: SD.LLBLGen.Pro.QuerySpec
The IDynamicQuery type exposes the following members.
Name | Description | |
---|---|---|
Alias |
Gets or sets the alias.
(Inherited from IQuerySpec.) | |
AllowDuplicates |
Gets AllowDuplicates (default is true, if Distinct() is specified, this value is false).
(Inherited from IQuerySpec.) | |
CustomFunctionMappingStore |
Gets the optional custom function mapping store. A custom function mapping store takes precedence over the function mapping store
obtained from the Dynamic Query Engine (DQE) used for producing the SQL for the query. If a custom function mapping store is needed for a query,
(Inherited from IQuerySpec.) | |
FromClause |
Gets the from clause, which is the prepared from clause, created from the plain clause.
(Inherited from IQuerySpec.) | |
GroupByClause |
Gets the prepared group by clause.
(Inherited from IQuerySpec.) | |
Limit |
Gets the limit value specified
(Inherited from IQuerySpec.) | |
NestedQueries |
Gets the nested queries defined for this query. By default this is an empty list, and only filled with nested queries if this query is a dynamic query
and it contains one or more nested queries
(Inherited from IQuerySpec.) | |
Offset |
Gets the offset value specified
(Inherited from IQuerySpec.) | |
OrderByClause |
Gets the prepared order by clause.
(Inherited from IQuerySpec.) | |
Projection |
Gets the prepared projection.
| |
ResultsetElementType |
Gets the type of the resultset element.
(Inherited from IQuerySpec.) | |
ResultsetType |
Gets the type of the resultset. For DynamicQuery instances this is List<object>, for DynamicQuery<T> this is List<T>, and for
EntityQuery<T>, this is either an IEntityCollection or IEntityCollection2 created for the type T.
(Inherited from IQuerySpec.) | |
TargetAlias |
Gets the target alias.
(Inherited from IQuerySpec.) | |
WhereClause |
Gets the prepared where clause.
(Inherited from IQuerySpec.) |