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

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

Glossary Item Box

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

ПерегрузкаОписание
StartsWith(String)In the current condition of the query, adds the comparison of the [Starts with Expression] type and as the comparison pattern sets the expression for the column with the specified alias.  
StartsWith(String,String)In the current condition of the query, adds the comparison of the [Starts with Expression] type and as the comparison pattern sets the expression for the column with the specified alias from the specified source.  
StartsWith(Select)In the current condition of the query, adds the comparison of the [Starts with Expression] type and as the comparison pattern sets the expression for results of the passed-in select subquery.  
StartsWith(Query)In the current condition of the query, adds the comparison of the [Starts with Expression] type and as the comparison pattern sets the expression for results of the passed-in random subquery.  
StartsWith(QueryParameter)In the current condition of the query, adds the comparison of the [Starts with Expression] type and as the comparison pattern sets the expression for the passed-in query parameter.  
StartsWith(QueryColumnExpression)In the current condition of the query, adds the comparison of the [Starts with Expression] type and as the comparison pattern sets the passed-in expression.  
StartsWith(IQueryColumnExpressionConvertible)In the current condition of the query, adds the comparison of the [Starts with Expression] type and as the comparison pattern sets the passed-in expression.  

Смотри также

© Terrasoft 2002-2017.

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

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