Platform Core .NET Assemblies API
AddDBEngineCompatibleIsEqualCondition Method
See Also  Send Feedback
Terrasoft.Core.DB Namespace > QueryUtilities Class : AddDBEngineCompatibleIsEqualCondition Method
query
Query to add condition to.
schema
Entity schema to add condition to.
conditionColumn
Entity schema column to add condition to.
conditionValue
Value to be compared with conditionColumn.
cultureId
Localization culture identifier.
logicalOperation
Logical operation, by which the condition is added to the query.

Glossary Item Box

Adds to given query new condition for checking equality of schema column value and specified value, according to column data type.

Syntax

 
C#
 
 

Parameters

query
Query to add condition to.
schema
Entity schema to add condition to.
conditionColumn
Entity schema column to add condition to.
conditionValue
Value to be compared with conditionColumn.
cultureId
Localization culture identifier.
logicalOperation
Logical operation, by which the condition is added to the query.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.