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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public SelectCondition(
	string columnName,
	IList<string> values
)

Parameters

columnName
Type: SystemString
Column name
values
Type: System.Collections.GenericIListString
String values for the IN expression
See Also