Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

Select - класс Члены  Смотри также  Terrasoft.Core.DB - пространство имен : Select - класс C#

Glossary Item Box

Query to select data.

Синтаксис

Тип Select предоставляет следующие члены.

Конструкторы

 ИмяОписание
Public Select Перегружен.   

Cвойства

 ИмяОписание
Public - свойствоCanReadUncommitedDataDetermines whether the query results will include the data for which the transaction is not completed.  
Public - свойствоColumnsCollection of expressions of query columns.  
Public - свойствоIsDistinctDetermines whether the query returns only unique records.  
Public - свойствоSourceExpressionThe expression of the query data source.  

Методы

 ИмяОписание
Public - методAsAdds the specified alias for the last specified query expression.  
Public - методBuildSqlTextПереопределен. Generates the query text, using the specified System.Text.StringBuilder instance.  
Public - методCloneПереопределен. Creates the clone of the current Select instance.  
Public - методColumnПерегружен.   
Public - методCrossJoinПерегружен.   
Public - методDistinctTo the current select query, adds the key word Distinct.  
Public - методExecuteReaderПерегружен.   
Public - методExecuteScalarПерегружен.   
Public - методFromПерегружен.   
Public - методGetSqlTextПереопределен. Returns the SQL text of the current query.  
Public - методGetUsingParametersПереопределен. Returns the collection of parameters used by the query.  
Public - методTopSpecifies the number of first records returned by the resulting dataset.  
Public - методToPageableTransforms 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

Смотри также

© Terrasoft 2002-2017.