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
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.