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

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

query
Query to which the condition is added.
schemaName
The name of the schema for which the condition is added.
conditionColumn
The column of the schemaName schema for which the condition is added.
conditionValue
Value to compare with conditionColumn.
logicalOperation
Type of the logical operation that is used to add the condition for the query.

Glossary Item Box

For the specified query adds the check condition that corresponds to the data type and checks whether the value of the given schema column and the specified value are equal.

Синтаксис

public static void AddDBEngineCompatibleIsEqualCondition( 
   Query query, 
   string schemaName, 
   EntitySchemaColumn conditionColumn, 
   object conditionValue, 
   LogicalOperation logicalOperation 
)

Параметры

query
Query to which the condition is added.
schemaName
The name of the schema for which the condition is added.
conditionColumn
The column of the schemaName schema for which the condition is added.
conditionValue
Value to compare with conditionColumn.
logicalOperation
Type of the logical operation that is used to add the condition for the query.

Смотри также

© Terrasoft 2002-2017.

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

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