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