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

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

Glossary Item Box

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

ПерегрузкаОписание
And()To the current query condition, adds the empty condition, using the AND logical operation.  
And(String)To the current query condition, adds a predicate for the column with the specified alias, using the AND logical operation.  
And(String,String)To the current query condition, adds a predicate for the column with the specified alias from the specified source, using the AND logical operation.  
And(Select)To the current query condition, adds the passed-in select subquery as the predicate, using the AND logical operation.  
And(Query)To the current query condition, adds the passed-in query as the predicate, using the AND logical operation.  
And(QueryParameter)To the current query condition, adds the predicate for the passed-in query parameter, using the AND logical operation.  
And(QueryColumnExpression)To the current query condition, adds the passed-in expression as the predicate.  
And(IQueryColumnExpressionConvertible)To the current query condition, adds the passed-in expression as the predicate, using the AND logical operation.  
And(QueryCondition)To the current query condition, adds the passed-in query condition as the predicate, using the AND logical operation.  

Смотри также

© Terrasoft 2002-2017.

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

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