SqlHelperGetWhereCondition Method (String, IEnumerableInt32, Boolean) |
Creates the where condition for the array of values.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string GetWhereCondition(
string columnName,
IEnumerable<int> values,
bool negation = false
)
Parameters
- columnName
- Type: SystemString
Column name - values
- Type: System.Collections.GenericIEnumerableInt32
Values - negation (Optional)
- Type: SystemBoolean
Indicates if NOT IN should be used
Return Value
Type:
StringSee Also