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

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

Glossary Item Box

Список перегрузок

ПерегрузкаОписание
Having()Adds the empty grouping condition to the current query.  
Having(String)In the current query, adds the grouping condition for the column with the specified alias.  
Having(String,String)In the current query, adds the grouping condition for the column with the specified alias from the specified source.  
Having(Select)In the current query, adds the grouping condition for results of the passed-in select subquery.  
Having(Query)In the current query, adds the grouping condition for results of the passed-in random subquery.  
Having(IQueryColumnExpressionConvertible)In the current query, adds the grouping condition for the value of the passed-in expression.  
Having(QueryParameter)In the current query, adds the grouping condition for the specified query parameter.  
Having(QueryColumnExpression)In the current query, adds the grouping condition for the value of the passed-in expression.  

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?