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

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

Glossary Item Box

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

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

Смотри также

© Terrasoft 2002-2017.

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

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