Click or drag to resize
SelectCondition Constructor (String, IListString, Boolean)
Constructor, prepares the condition over names (strings).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public SelectCondition(
	string columnName,
	IList<string> values,
	bool guids = false
)

Parameters

columnName
Type: SystemString
Column name
values
Type: System.Collections.GenericIListString
Name values for the IN expression
guids (Optional)
Type: SystemBoolean
If true, the values are GUIDs
See Also