The following tables list the members exposed by Query.
Name | Description | |
---|---|---|
![]() | BuildParametersAsValue | Determines whether the query parameters are to be added as values into the query text. |
![]() | CachedSqlText | Cached text of the query. |
![]() | Condition | Gets the Where condition of the query. |
![]() | GroupByItems | The collection of expressions by which the query results are grouped. |
![]() | HasCondition | Determines whether this query has the Where condition. |
![]() | HasGroupByItems | Indicates whether the query expressions by which to group are defined in the query. |
![]() | HasHavingCondition | Determines whether this query has the Having statement. |
![]() | HasJoins | Determines whether the given query contains any Join statements. |
![]() | HasOrderByItems | Indicates whether the query expressions by which to sort are defined. |
![]() | HasParameters | Determines whether the query has parameters. |
![]() | HasUnionQueries | Determines whether the given query has queries joined with it by the UNION operator. |
![]() | HavingCondition | Gets the Having statement of the query. |
![]() | IsCacheEnabled | Determines whether the query text is being cached. |
![]() | IsUnionTypeAll | Determines whether to apply the All parameter for the UNION operator in this query. |
![]() | Joins | Collection of Join statements of the given query. |
![]() | OrderByItems | The collection of expressions by which the query results are sorted. |
![]() | Parameters | Collection of the query parameters. |
![]() | RowCount | Number of first rows of the result set returned by the query. |
![]() | UnionQueries | Collection of queries joined with the given query by the UNION operator. |
![]() | UserConnection | User connection. |
Name | Description | |
---|---|---|
![]() | AddCondition | Overloaded. |
![]() | And | Overloaded. |
![]() | BuildSqlText | Builds the query text, using the passed-in System.Text.StringBuilder instance. |
![]() | Clone | Creates the clone of the current Query instance. |
![]() | CloseBlock | Closes the conditions block. |
![]() | Execute | Overloaded. |
![]() | FullOuterJoin | Overloaded. |
![]() | GetSqlText | Gets the query text. |
![]() | GetUsingParameters | Gets the collection of the query parameters. |
![]() | GroupBy | Overloaded. |
![]() | Having | Overloaded. |
![]() | InitializeParameters | Initializes the query parameters. |
![]() | InnerJoin | Overloaded. |
![]() | Join | Overloaded. |
![]() | LeftOuterJoin | Overloaded. |
![]() | Or | Overloaded. |
![]() | OrderBy | Overloaded. |
![]() | OrderByAsc | Overloaded. |
![]() | OrderByDesc | Overloaded. |
![]() | ResetCachedSqlText | Clears the cached text of the query. |
![]() | ResetParameters | Clears the collection of the query parameters. |
![]() | RightOuterJoin | Overloaded. |
![]() | SetParameterValue | Sets the value of the query parameter. |
![]() | Union | Overloaded. |
![]() | UnionAll | Overloaded. |
![]() | Where | Overloaded. |