QueryCondition.ConsistsWith - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCondition - класс : ConsistsWith - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
ConsistsWith(String) | In the current condition of the query, adds the comparison of the [Contains Expression] type and as the comparison pattern sets the expression for the column with the specified alias. |
ConsistsWith(String,String) | In the current condition of the query, adds the comparison of the [Contains Expression] type and as the comparison pattern sets the expression for the column with the specified alias from the specified source. |
ConsistsWith(Select) | In the current condition of the query, adds the comparison of the [Contains Expression] type and as the comparison pattern sets the expression for results of the passed-in select subquery. |
ConsistsWith(Query) | In the current condition of the query, adds the comparison of the [Contains Expression] type and as the comparison pattern sets the expression for results of the passed-in random subquery. |
ConsistsWith(QueryParameter) | In the current condition of the query, adds the comparison of the [Contains Expression] type and as the comparison pattern sets the expression for the passed-in query parameter. |
ConsistsWith(QueryColumnExpression) | In the current condition of the query, adds the comparison of the [Contains Expression] type and as the comparison pattern sets the passed-in expression. |
ConsistsWith(IQueryColumnExpressionConvertible) | In the current condition of the query, adds the comparison of the [Contains Expression] type and as the comparison pattern sets the passed-in expression. |