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

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

Glossary Item Box

Base class of the data base query.

Синтаксис

public abstract class Query : ICacheableQuery, IParametrizedQuery  

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

Cвойства

 ИмяОписание
Public - свойствоBuildParametersAsValueDetermines whether the query parameters are to be added as values into the query text.  
Public - свойствоCachedSqlTextCached text of the query.  
Public - свойствоConditionGets the Where condition of the query.  
Public - свойствоGroupByItemsThe collection of expressions by which the query results are grouped.  
Public - свойствоHasConditionDetermines whether this query has the Where condition.  
Public - свойствоHasGroupByItemsIndicates whether the query expressions by which to group are defined in the query.  
Public - свойствоHasHavingConditionDetermines whether this query has the Having statement.  
Public - свойствоHasJoinsDetermines whether the given query contains any Join statements.  
Public - свойствоHasOrderByItemsIndicates whether the query expressions by which to sort are defined.  
Public - свойствоHasParametersDetermines whether the query has parameters.  
Public - свойствоHasUnionQueriesDetermines whether the given query has queries joined with it by the UNION operator.  
Public - свойствоHavingConditionGets the Having statement of the query.  
Public - свойствоIsCacheEnabledDetermines whether the query text is being cached.  
Public - свойствоIsUnionTypeAllDetermines whether to apply the All parameter for the UNION operator in this query.  
Public - свойствоJoinsCollection of Join statements of the given query.  
Public - свойствоOrderByItemsThe collection of expressions by which the query results are sorted.  
Public - свойствоParametersCollection of the query parameters.  
Public - свойствоRowCountNumber of first rows of the result set returned by the query.  
Public - свойствоUnionQueriesCollection of queries joined with the given query by the UNION operator.  
Public - свойствоUserConnectionUser connection.  

Методы

 ИмяОписание
Public - методAddConditionПерегружен.   
Public - методAndПерегружен.   
Public - методBuildSqlTextBuilds the query text, using the passed-in System.Text.StringBuilder instance.  
Public - методCloneCreates the clone of the current Query instance.  
Public - методCloseBlockCloses the conditions block.  
Public - методExecuteПерегружен.   
Public - методFullOuterJoinПерегружен.   
Public - методGetSqlTextGets the query text.  
Public - методGetUsingParametersGets the collection of the query parameters.  
Public - методGroupByПерегружен.   
Public - методHavingПерегружен.   
Public - методInitializeParametersInitializes the query parameters.  
Public - методInnerJoinПерегружен.   
Public - методJoinПерегружен.   
Public - методLeftOuterJoinПерегружен.   
Public - методOrПерегружен.   
Public - методOrderByПерегружен.   
Public - методOrderByAscПерегружен.   
Public - методOrderByDescПерегружен.   
Public - методResetCachedSqlTextClears the cached text of the query.  
Public - методResetParametersClears the collection of the query parameters.  
Public - методRightOuterJoinПерегружен.   
Public - методSetParameterValueSets the value of the query parameter.  
Public - методUnionПерегружен.   
Public - методUnionAllПерегружен.   
Public - методWhereПерегружен.   

Иерархия наследования

System.Object
   Terrasoft.Core.DB.Query
      Terrasoft.Core.DB.Delete
      Terrasoft.Core.DB.Select
      Terrasoft.Core.DB.Update

Смотри также

© Terrasoft 2002-2017.