Gets the IN expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public virtual string GetIn(
string columnName,
bool negation,
string nested
)
Parameters
- columnName
- Type: SystemString
Column name - negation
- Type: SystemBoolean
If true, produces NOT IN - nested
- Type: SystemString
Nested expression
Return Value
Type:
StringSee Also