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

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

sourceAlias
The alias of the source.
sourceColumnAlias
The alias of the column.

Glossary Item Box

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.

Синтаксис

public Query ConsistsWith( 
   string sourceAlias, 
   string sourceColumnAlias 
)

Параметры

sourceAlias
The alias of the source.
sourceColumnAlias
The alias of the column.

Тип возвращаемого значения

The instance of the Query query that contains the current condition.

Смотри также

© Terrasoft 2002-2017.

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

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