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