Click or drag to resize
SqlHelperGetWhereCondition Method (String, IListInt32, Boolean)
Creates the where condition for the array of values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetWhereCondition(
	string columnNames,
	IList<int> values,
	bool negation
)

Parameters

columnNames
Type: SystemString
Column name
values
Type: System.Collections.GenericIListInt32
Values
negation
Type: SystemBoolean
Indicates if NOT IN should be used

Return Value

Type: String
See Also