Select - класс Члены Смотри также Terrasoft.Core.DB - пространство имен : Select - класс C#
Glossary Item Box
public class Select : Query, ICacheableQuery, IDBReadableCommand, IParametrizedQuery
Тип Select предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | Select | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | CanReadUncommitedData | Determines whether the query results will include the data for which the transaction is not completed. |
![]() | Columns | Collection of expressions of query columns. |
![]() | IsDistinct | Determines whether the query returns only unique records. |
![]() | SourceExpression | The expression of the query data source. |
Имя | Описание | |
---|---|---|
![]() | As | Adds the specified alias for the last specified query expression. |
![]() | BuildSqlText | Переопределен. Generates the query text, using the specified System.Text.StringBuilder instance. |
![]() | Clone | Переопределен. Creates the clone of the current Select instance. |
![]() | Column | Перегружен. |
![]() | CrossJoin | Перегружен. |
![]() | Distinct | To the current select query, adds the key word Distinct. |
![]() | ExecuteReader | Перегружен. |
![]() | ExecuteScalar | Перегружен. |
![]() | From | Перегружен. |
![]() | GetSqlText | Переопределен. Returns the SQL text of the current query. |
![]() | GetUsingParameters | Переопределен. Returns the collection of parameters used by the query. |
![]() | Top | Specifies the number of first records returned by the resulting dataset. |
![]() | ToPageable | Transforms the current query into a query that has an option of the paged output with the specified parameters. |
System.Object
Terrasoft.Core.DB.Query
Terrasoft.Core.DB.Select