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. |