The MultiQueryBase TQuery, TInnerQuery type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
MultiQueryBase TQuery, TInnerQuery |
Constructor
|
Methods
Name | Description | |
---|---|---|
AddColumn(String) |
Adds the additional column to the query
(Inherited from DataQuerySettingsBase TQuery .) | |
AddColumn(IQueryColumn) |
Adds the additional column to the query
(Inherited from DataQuerySettingsBase TQuery .) | |
AddColumns(IEnumerable String ) |
Adds the additional columns to the query
(Inherited from DataQuerySettingsBase TQuery .) | |
AddColumns( IQueryColumn ) |
Adds the additional columns to the query
(Inherited from DataQuerySettingsBase TQuery .) | |
AddHavingInternal |
Adds the given having condition
(Inherited from DataQuerySettingsBase TQuery .) | |
AddResultColumn(String) |
Adds the additional column to the query
| |
AddResultColumn(IQueryColumn) |
Adds the additional column to the query
| |
AddResultColumns(IEnumerable String ) |
Adds the additional columns to the query
| |
AddResultColumns( String ) |
Adds the additional columns to the query
| |
AddResultColumns( IQueryColumn ) |
Adds the additional columns to the query
| |
AddWhereCondition |
Adds the given where condition to the final where condition
(Inherited from WhereConditionBase TParent .) | |
AddWhereConditionInternal |
Adds the given where condition
(Inherited from WhereConditionBase TParent .) | |
And |
Changes the where operator to AND for subsequent where conditions. Use in combination of methods Where...
(Inherited from WhereConditionBase TParent .) | |
And(IWhereCondition) |
Adds the given where condition with the AND operator
(Inherited from WhereConditionBase TParent .) | |
And(Action WhereCondition ) |
Adds the given where condition with the AND operator. Creates a new where condition object and runs the setup actions on it.
(Inherited from WhereConditionBase TParent .) | |
ApplyParametersTo |
Applies this query parameters to the target object
(Inherited from DataQueryBase TQuery .) | |
ApplyProperties |
Applies main query properties to the given query to ensure synchronized state before execution
| |
ApplySettings(AbstractQueryObject) |
Applies the given settings to the query
(Inherited from DataQueryBase TQuery .) | |
ApplySettings(Action DataQuerySettings ) |
Applies the given settings to the query
(Inherited from DataQueryBase TQuery .) | |
AsColumn |
Converts the query to the query column using this query as nested
(Inherited from DataQueryBase TQuery .) | |
AsIDQuery |
Creates an ID query from the given query
(Inherited from DataQueryBase TQuery .) | |
AsNested TResult |
Creates a nested query from the given query
(Inherited from DataQueryBase TQuery .) | |
AsSingleColumn |
Creates a single column query from the given query
(Overrides DataQueryBase TQuery AsSingleColumn(String, Boolean).) | |
AsSubQuery |
Modifies the query to be able to be used as a sub-query, e.g. for usage in WHERE A IN ([query]). Ensures single column result, and removes order by from the result.
(Overrides DataQueryBase TQuery AsSubQuery .) | |
BinaryData |
Sets whether the binary data should be included to the result
(Inherited from DataQueryBase TQuery .) | |
CallOnDispose |
Adds the given action to the list of actions called when the handler object is disposed
(Inherited from DisposableObject.) | |
Clone |
Creates the clone of the object.
(Inherited from QueryParametersBase TParent .) | |
CloneObject |
Creates the clone of the object.
(Inherited from QueryParametersBase TParent .) | |
Column(String) |
Sets the column to select
(Inherited from DataQuerySettingsBase TQuery .) | |
Column(IQueryColumn) |
Sets the column to select
(Inherited from DataQuerySettingsBase TQuery .) | |
Columns(IEnumerable String ) |
Sets the columns to select
(Inherited from DataQuerySettingsBase TQuery .) | |
Columns( String ) |
Sets the columns to select
(Inherited from DataQuerySettingsBase TQuery .) | |
CopyPropertiesTo |
Creates the clone of the collection.
(Inherited from DataQueryBase TQuery .) | |
CreateQuery |
Creates query for the given type
| |
Dispose |
Make sure the objects get disposed
(Inherited from DisposableObject.) | |
Distinct |
Sets the query to use distinct selection over the given columns
(Inherited from DataQuerySettingsBase TQuery .) | |
EnsureParameters |
Ensures data parameters for the given query
(Inherited from QueryParametersBase TParent .) | |
EnsureQueries(IEnumerable String ) |
Ensures the queries for the given types
| |
EnsureQueries( String ) |
Ensures the queries for the given types
| |
EnsureQuery |
Ensures the query with the given type
| |
Equals | (Inherited from Object.) | |
Execute |
Executes the current query and returns it's results as a DataSet
(Inherited from DataQueryBase TQuery .) | |
ExecuteReader |
Executes the current query and returns it's results as a data reader
(Inherited from DataQueryBase TQuery .) | |
Expand |
Expands the expression by replacing parameters with their values
(Inherited from QueryParametersBase TParent .) | |
ExpandColumns |
Expands the columns within this query
(Inherited from DataQueryBase TQuery .) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FirstResult |
Sets the query as a single object query
(Inherited from DataQuerySettingsBase TQuery .) | |
ForEachPage |
Executes the given action for each page (DataSet) in the results. If the query is not set up as a paged query, executes the action once with the current results.
(Inherited from DataQueryBase TQuery .) | |
ForEachRow |
Executes the given action for each item (DataRow) in the result. Processes the items in batches of the given size.
(Inherited from DataQueryBase TQuery .) | |
From |
Defines the source of the data (table, view or a nested query)
(Inherited from DataQueryBase TQuery .) | |
GenerateQueryText |
Generates the query text
(Overrides DataQueryBase TQuery GenerateQueryText(DataQuerySettings).) | |
GetAvailableColumns |
Gets the list of all available columns for this query
(Overrides DataQueryBase TQuery GetAvailableColumns .) | |
GetBinaryColumns |
Gets the binary columns for this query
(Inherited from DataQueryBase TQuery .) | |
GetClassName |
Gets the class name for current query
(Inherited from DataQueryBase TQuery .) | |
GetClassStructureInfo |
Gets the class structure info for this query
(Inherited from DataQueryBase TQuery .) | |
GetCompleteSettings |
Gets the complete parameters for the query execution
(Inherited from DataQueryBase TQuery .) | |
GetData |
Executes the query
(Inherited from DataQueryBase TQuery .) | |
GetDataFromDataSource |
Executes the current over data source and returns it's results as a DataSet
(Inherited from DataQueryBase TQuery .) | |
GetDataFromDB |
Executes the query
(Overrides DataQueryBase TQuery GetDataFromDB .) | |
GetDataSourceName |
Gets the unique query source ID
(Inherited from DataQueryBase TQuery .) | |
GetDefaultOrderBy |
Gets the default order by columns
(Inherited from DataQueryBase TQuery .) | |
GetDefaultSingleColumn |
Gets the default single column for the query
(Overrides DataQueryBase TQuery GetDefaultSingleColumn .) | |
GetDefaultSource |
Gets the default source for this query
(Inherited from DataQueryBase TQuery .) | |
GetExecutingQuery |
Gets the executing query
| |
GetExpressions |
Gets the query expressions
(Inherited from DataQuerySettingsBase TQuery .) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetIDColumn |
Gets the ID column for this query
(Inherited from DataQueryBase TQuery .) | |
GetListResult T |
Gets the result as a list of values from the first column that the query returns. Excludes null values from the result.
(Inherited from DataQueryBase TQuery .) | |
GetMultiQuery |
Gets a multi-query for execution
| |
GetReaderFromDB |
Executes the query
(Overrides DataQueryBase TQuery GetReaderFromDB(CommandBehavior).) | |
GetResults |
Gets results from executing query
| |
GetScalarResult T |
Gets the scalar
(Inherited from DataQueryBase TQuery .) | |
GetSingleInnerQuery |
Attempts to get a single query if multi-query is defined only by a single query
| |
GetSingleQuery |
Attempts to get a single query for the whole result based on the current state of the query object
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetTypesWhereCondition |
Returns the where condition which filters the default query data for specific types
| |
GetWhere |
Gets the where condition for the given column
(Inherited from WhereConditionBase TParent .) | |
GroupBy |
Specifies the columns to group by
(Inherited from DataQuerySettingsBase TQuery .) | |
HasCompatibleSource |
Returns true if the given query is an external source
(Inherited from DataQueryBase TQuery .) | |
HasResults |
Returns true, if the query returns any results
(Inherited from DataQueryBase TQuery .) | |
Having( IWhereCondition ) |
Adds the given having conditions to the query.
(Inherited from DataQuerySettingsBase TQuery .) | |
Having(Action WhereCondition ) |
Adds the given where condition to the query. Creates a new where condition object and runs the setup actions on it.
(Inherited from DataQuerySettingsBase TQuery .) | |
Having(String, Boolean) |
Specifies the group by having condition
(Inherited from DataQuerySettingsBase TQuery .) | |
Changed |
Marks the object as changed
(Inherited from DataQueryBase TQuery .) | |
Immutable |
Makes this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBase TParent .) | |
IncludeDataParameters |
Adds the data parameters to the current query parameters
(Inherited from QueryParametersBase TParent .) | |
Lock |
Locks the event on the given lock object. The context stays locked until the handler is disposed.
(Inherited from DisposableObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NewDataSet |
Creates a new DataSet for the query results
| |
NewGroupBy |
Clears the current group by, reverting the source of data to the original. Note, that this method also resets the existing having condition which is closely bound to the group by.
(Inherited from DataQuerySettingsBase TQuery .) | |
NewHaving |
Clears the current having condition
(Inherited from DataQuerySettingsBase TQuery .) | |
NewResult |
Returns properly typed this
(Inherited from QueryParametersBase TParent .) | |
NewWhere |
Clears the current where condition
(Inherited from WhereConditionBase TParent .) | |
NextPage |
Adjusts the query to a next page, using the current page size. Use in combination with PagedBy and NextPageAvailable to iterate over the data in batches.
(Inherited from DataQuerySettingsBase TQuery .) | |
NoColumns |
Sets the query to return no columns at all
(Inherited from DataQuerySettingsBase TQuery .) | |
NoDefaultColumns |
Sets the query to return no columns at all
| |
NoResults |
Sets the where condition to exclude all data from result
(Inherited from WhereConditionBase TParent .) | |
NotPaged |
Sets up the query to become not paged query and output all results at once.
(Inherited from DataQuerySettingsBase TQuery .) | |
Or |
Changes the where operator to OR for next where conditions. Use in combination of methods Where...
(Inherited from WhereConditionBase TParent .) | |
Or(IWhereCondition) |
Adds the given where condition with the OR operator
(Inherited from WhereConditionBase TParent .) | |
Or(Action WhereCondition ) |
Adds the given where condition with the OR operator. Creates a new where condition object and runs the setup actions on it.
(Inherited from WhereConditionBase TParent .) | |
OrderBy( String ) |
Adds the columns to the order by query
(Inherited from DataQuerySettingsBase TQuery .) | |
OrderBy(OrderDirection, String ) |
Adds the columns to the order by query
(Inherited from DataQuerySettingsBase TQuery .) | |
OrderByAscending |
Adds the columns to the order by query to order by the given columns in ascending order
(Inherited from DataQuerySettingsBase TQuery .) | |
OrderByDefault |
Sets the default order by for the query
(Inherited from DataQueryBase TQuery .) | |
OrderByDescending |
Adds the columns to the order by query to order by the given columns in descending order
(Inherited from DataQuerySettingsBase TQuery .) | |
Page |
Specifies the page to select with given page index and page size. Page number is indexed from 0 (first page)
(Inherited from DataQuerySettingsBase TQuery .) | |
PagedBy |
Sets up the query as a paged query with the given page size. Resets the page index to first page. Use in combination with NextPageAvailable and NextPage to iterate over the data in batches.
(Inherited from DataQuerySettingsBase TQuery .) | |
ReplaceColumn |
Replaces the selected column with a new name
(Inherited from DataQuerySettingsBase TQuery .) | |
ReplaceOrderByColumn |
Replaces the selected column with a new name
(Inherited from DataQuerySettingsBase TQuery .) | |
ReplaceSelectedColumn |
Replaces the selected column with a new name
(Inherited from DataQuerySettingsBase TQuery .) | |
ResetWhereOperator |
Resets the where operator to the default value
(Inherited from WhereConditionBase TParent .) | |
ResolveColumns(String, Boolean) |
Resolves the columns within this query
(Inherited from DataQueryBase TQuery .) | |
ResolveColumns(String, List String ) |
Resolves the columns within this query
(Inherited from DataQueryBase TQuery .) | |
ResolveType |
Resolves the given type into corresponding types
| |
ResultColumn(String) |
Sets the column to select
| |
ResultColumn(IQueryColumn) |
Sets the column to select
| |
ResultColumns(IEnumerable String ) |
Sets the columns to select
| |
ResultColumns( String ) |
Sets the columns to select
| |
ResultColumns( IQueryColumn ) |
Sets the columns to select
| |
ResultOrderBy( String ) |
Adds the columns to the order by query
| |
ResultOrderBy(OrderDirection, String ) |
Adds the columns to the order by query
| |
ResultOrderByAscending |
Adds the columns to the order by query to order by the given columns in ascending order
| |
ResultOrderByDescending |
Adds the columns to the order by query to order by the given columns in descending order
| |
ReturnNoResults |
Sets the query to return no results. This action is irreversible, once the query is set to return no results it cannot be changed.
This method is used by data engine to forbid access to data that are not allowed to be accessed (e.g. license limitations), without notifying the process about the fact.
(Inherited from WhereConditionBase TParent .) | |
Select T |
Transforms the current result
(Inherited from DataQueryBase TQuery .) | |
Snapshot |
Creates an immutable snapshot of the current query as a base for further evaluation. Doesn't modify the original query in any way.
(Inherited from QueryParametersBase TParent .) | |
Source |
Defines the source of the data (table, view or a nested query)
(Inherited from DataQueryBase TQuery .) | |
Take |
Identity method to make the query expression more readable. Use before the Columns or Page method. Doesn't provide any functionality.
(Inherited from DataQuerySettingsBase TQuery .) | |
Then |
Identity method to make the query expression more readable. Use before the OrderBy method. Doesn't provide any functionality.
(Inherited from DataQuerySettingsBase TQuery .) | |
TopN |
Selects only first top N number of records
(Inherited from DataQuerySettingsBase TQuery .) | |
ToString |
Returns the string representation of the expression
(Inherited from QueryParametersBase TParent .) | |
ToString(Boolean) |
Returns the string representation of the expression, with possibility of expanding parameters
(Overrides DataQueryBase TQuery ToString(Boolean).) | |
Type |
Includes given type with optional parameters
| |
Types |
Includes the given types to the resulting query
| |
Using |
Adds the given object to the list of the allocated objects to dispose
(Inherited from DisposableObject.) | |
Where( IWhereCondition ) |
Adds the given where conditions to the query
(Inherited from WhereConditionBase TParent .) | |
Where(Action WhereCondition ) |
Adds the given where condition to the query. Creates a new where condition object and runs the setup actions on it.
(Inherited from WhereConditionBase TParent .) | |
Where(String, QueryDataParameters) |
Adds the given where condition to the query
(Inherited from WhereConditionBase TParent .) | |
Where(String, QueryUnaryOperator) |
Adds the given where condition to the query. Matches the column value with an unary operator.
(Inherited from WhereConditionBase TParent .) | |
Where(String, QueryOperator, Object) |
Adds the given where condition to the query. Matches the column to a given value.
(Inherited from WhereConditionBase TParent .) | |
WhereAnyColumn |
Matches the given condition on any column with the same type as the given value type.
(Inherited from DataQueryBase TQuery .) | |
WhereAnyColumnContains |
Adds condition to all items that contain given text in any of the string columns. Performs a SQL substring search on the data.
(Inherited from DataQueryBase TQuery .) | |
WhereContains |
Adds the condition for a string column to contain some substring
(Inherited from WhereConditionBase TParent .) | |
WhereEmpty |
Adds the where condition for a null or empty column value
(Inherited from WhereConditionBase TParent .) | |
WhereEquals |
Adds the given where condition to the query. Matches the column to a given value.
(Inherited from WhereConditionBase TParent .) | |
WhereEqualsOrNull |
Adds the given where condition to the query. Matches the column to a given value or null value.
(Inherited from WhereConditionBase TParent .) | |
WhereExists(IDataQuery) |
Adds where condition with EXISTS and the nested query "EXISTS (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereExists(IDataQuery, Boolean) |
Adds where condition with EXISTS and the nested query "EXISTS (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereFalse |
Adds the where condition for a false column value (boolean column equals false).
(Inherited from WhereConditionBase TParent .) | |
WhereID |
Adds the where condition to match the ID to the query. In case the column name is not provided or unknown, does not generate where condition. If given ID is invalid, adds the condition to match NULL.
(Inherited from WhereConditionBase TParent .) | |
WhereIn(String, IDataQuery) |
Adds where condition to the nested query, e.g. "columnName IN (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereIn(String, IList Int32 ) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereIn(String, IDataQuery, Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereIn(String, IList Int32 , Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereLike |
Adds the given where condition to the query. Matches the column to a given value using LIKE operator.
(Inherited from WhereConditionBase TParent .) | |
WhereNot |
Adds the negation of the given where condition
(Inherited from WhereConditionBase TParent .) | |
WhereNotContains |
Adds the condition for a string column not to contain some substring
(Inherited from WhereConditionBase TParent .) | |
WhereNotEmpty |
Adds the where condition for a non empty column value
(Inherited from WhereConditionBase TParent .) | |
WhereNotExists |
Adds where condition with NOT EXISTS and the nested query "NOT EXISTS (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereNotIn(String, IDataQuery) |
Adds where condition to the nested query, e.g. "columnName NOT IN (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereNotIn(String, IList Int32 ) |
Adds where condition to the list of values, e.g. "columnName NOT IN (...)"
(Inherited from WhereConditionBase TParent .) | |
WhereNotLike |
Adds the given where condition to the query. Matches the column to a given value using NOT LIKE operator.
(Inherited from WhereConditionBase TParent .) | |
WhereNotNull |
Adds the where condition for a not null column value
(Inherited from WhereConditionBase TParent .) | |
WhereNotStartsWith |
Adds the condition for a string column not to start with some prefix
(Inherited from WhereConditionBase TParent .) | |
WhereNull |
Adds the where condition for a null column value
(Inherited from WhereConditionBase TParent .) | |
WhereStartsWith |
Adds the condition for a string column to start with some prefix
(Inherited from WhereConditionBase TParent .) | |
WhereTrue |
Adds the where condition for a true column value (boolean column equals true).
(Inherited from WhereConditionBase TParent .) | |
WithComment |
Adds the comment to the given query
(Inherited from DataQuerySettingsBase TQuery .) | |
WithSettings(AbstractQueryObject) |
Applies the given parameters to the query
(Inherited from DataQueryBase TQuery .) | |
WithSettings(Action DataQuerySettings ) |
Applies the given parameters to the query
(Inherited from DataQueryBase TQuery .) | |
WithSource(DataSet) |
Sets the given DataSet as the source of the data query
(Inherited from DataQueryBase TQuery .) | |
WithSource(DataQuerySource) |
Sets the given source as the source of the data query
(Inherited from DataQueryBase TQuery .) |
Extension Methods
Name | Description | |
---|---|---|
FakeExecution |
Fakes the execution of a query
(Defined by UnitTestExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
Name | Description | |
---|---|---|
mMaxRecords |
Maximum number of records to select
(Inherited from DataQuerySettingsBase TQuery .) | |
mOffset |
Offset
(Inherited from DataQuerySettingsBase TQuery .) | |
mParameters |
Query data parameters
(Inherited from QueryParametersBase TParent .) |
Properties
Name | Description | |
---|---|---|
ClassName |
Class name
(Inherited from DataQueryBase TQuery .) | |
CustomQueryText |
Custom query text
(Inherited from DataQueryBase TQuery .) | |
DataSource |
Data source that provides the query data. If not set, the query queries the database directly
(Inherited from DataQueryBase TQuery .) | |
DataSourceName |
Gets the unique query source ID
(Inherited from DataQueryBase TQuery .) | |
DefaultOrderByColumns |
Default order by columns used in case if needed, and order by is not specified
(Inherited from DataQueryBase TQuery .) | |
DefaultQuery |
Default query used by the process when type queries are not used
| |
DefaultSourceExpression |
Default source of the query in case source is not defined
(Inherited from DataQuerySettingsBase TQuery .) | |
DisposeUsedObjects |
Disposes the objects that were used as parameters for this query
(Inherited from WhereConditionBase TParent .) | |
ForceOrderBy |
If true, the order by should be forced in the process of execution
(Inherited from DataQuerySettingsBase TQuery .) | |
FullQueryName |
Represents a full query name of the query
(Inherited from DataQueryBase TQuery .) | |
GroupByColumns |
List of columns to group by, by default doesn't group, e.g. "NodeLevel, NodeOwner"
(Inherited from DataQuerySettingsBase TQuery .) | |
HasDataSource |
Returns true if the query has specific data source
(Inherited from DataQueryBase TQuery .) | |
HasGroupBy |
Returns true if the given query has group by set
(Inherited from DataQuerySettingsBase TQuery .) | |
HavingCondition |
Where condition for the group by on the data, e.g. "DocumentName = 'ABC'"
(Inherited from DataQuerySettingsBase TQuery .) | |
HavingIsComplex |
Returns true if the given having condition is a complex condition
(Inherited from DataQuerySettingsBase TQuery .) | |
HavingIsEmpty |
Returns true if the having condition is empty
(Inherited from DataQuerySettingsBase TQuery .) | |
IncludeBinaryData |
If true, the query includes the object binary data. Default is true
(Inherited from DataQueryBase TQuery .) | |
IsImmutable |
If true, this object instance is immutable, and next subsequent modification starts with a clone of the object.
(Inherited from QueryParametersBase TParent .) | |
IsNested |
Indicates that this query is part of multi query
(Inherited from AbstractQueryObject.) | |
IsPagedQuery |
Returns true if the query has the paging enabled
(Inherited from DataQuerySettingsBase TQuery .) | |
IsSubQuery |
If true, the query is a sub-query used in another query
(Inherited from DataQueryBase TQuery .) | |
MaxRecords |
Maximum number of results to return (use for paging together with Offset)
(Inherited from DataQuerySettingsBase TQuery .) | |
Name |
Object name, empty by default
(Inherited from AbstractQueryObject.) | |
NextPageAvailable |
Returns true if the next page is available.
(Inherited from DataQueryBase TQuery .) | |
Offset |
Index of the first record to return (use for paging together with MaxRecords)
(Inherited from DataQuerySettingsBase TQuery .) | |
OrderByColumns |
List of columns by which the result should be sorted, e.g. "NodeLevel, DocumentName DESC"
(Inherited from DataQuerySettingsBase TQuery .) | |
OrderByResultColumns |
List of columns for the result order by. If not specified, the result is ordered by sources and global order by.
| |
Parameters |
Query data parameters
(Inherited from QueryParametersBase TParent .) | |
Queries |
Inner queries
| |
QueriesList |
Inner queries list
| |
QueryName |
Query name
(Inherited from DataQueryBase TQuery .) | |
QueryText |
Query text
(Inherited from DataQueryBase TQuery .) | |
Result |
DataSet with the result
(Inherited from DataQueryBase TQuery .) | |
ReturnsNoResults |
Returns true if query doesn't return any results
(Inherited from WhereConditionBase TParent .) | |
ReturnsSingleColumn |
Returns true if the query returns single column
(Overrides DataQueryBase TQuery ReturnsSingleColumn.) | |
SelectColumns |
List of columns to return, by default returns all columns, e.g. "DocumentName, DocumentID"
(Inherited from DataQuerySettingsBase TQuery .) | |
SelectDistinct |
If set to true, returns only distinct (different) values.
(Inherited from DataQuerySettingsBase TQuery .) | |
SelectResultColumns |
List of columns to use for results, by default returns all columns defined in the inner queries. Example: "DocumentName, DocumentID"
| |
SourceExpression |
Source of the query
(Inherited from DataQuerySettingsBase TQuery .) | |
SupportsReader |
Returns true if the query supports data reader
(Inherited from DataQueryBase TQuery .) | |
Tables |
Collection of the result tables
(Inherited from DataQueryBase TQuery .) | |
TopNRecords |
If set, selects only first top N number of records
(Inherited from DataQuerySettingsBase TQuery .) | |
TotalRecords |
Gets the number of total records when paging is used. Gets updated once the query executes
(Inherited from DataQueryBase TQuery .) | |
UseDefaultQuery |
Flag indicating if the default query should be forcibly used. Default false. This flag is automatically reverted to false in case initializer of particular type query is used through Type("sometype", q => q.Where(...)).
| |
UseTypeColumns |
If true (default), the query uses type columns for the output, otherwise it uses only global columns
| |
WhereBuilder |
Where condition builder
(Inherited from WhereConditionBase TParent .) | |
WhereCondition |
Where condition on the data, e.g. "DocumentName = 'ABC'"
(Inherited from WhereConditionBase TParent .) | |
WhereIsComplex |
Returns true if the given where condition is a complex where condition
(Inherited from WhereConditionBase TParent .) | |
WhereIsEmpty |
Returns true if the where condition is empty
(Inherited from WhereConditionBase TParent .) | |
WhereOperator |
Operator used for adding where condition. Default is AND
(Inherited from WhereConditionBase TParent .) |
See Also