Query - класс Члены Смотри также Terrasoft.Core.DB - пространство имен : Query - класс C#
Glossary Item Box
public abstract class Query : ICacheableQuery, IParametrizedQuery
Тип Query предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | 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. |
Имя | Описание | |
---|---|---|
![]() | AddCondition | Перегружен. |
![]() | And | Перегружен. |
![]() | 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 | Перегружен. |
![]() | FullOuterJoin | Перегружен. |
![]() | GetSqlText | Gets the query text. |
![]() | GetUsingParameters | Gets the collection of the query parameters. |
![]() | GroupBy | Перегружен. |
![]() | Having | Перегружен. |
![]() | InitializeParameters | Initializes the query parameters. |
![]() | InnerJoin | Перегружен. |
![]() | Join | Перегружен. |
![]() | LeftOuterJoin | Перегружен. |
![]() | Or | Перегружен. |
![]() | OrderBy | Перегружен. |
![]() | OrderByAsc | Перегружен. |
![]() | OrderByDesc | Перегружен. |
![]() | ResetCachedSqlText | Clears the cached text of the query. |
![]() | ResetParameters | Clears the collection of the query parameters. |
![]() | RightOuterJoin | Перегружен. |
![]() | SetParameterValue | Sets the value of the query parameter. |
![]() | Union | Перегружен. |
![]() | UnionAll | Перегружен. |
![]() | Where | Перегружен. |
System.Object
Terrasoft.Core.DB.Query
Terrasoft.Core.DB.Delete
Terrasoft.Core.DB.Select
Terrasoft.Core.DB.Update