Click or drag to resize
SelectCondition Constructor (String, IListString, Boolean)

Note: This API is now obsolete.

Constructor, prepares the condition over String types.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use parameter less constructor and call PrepareCondition method.")]
public SelectCondition(
	string columnName,
	IList<string> values,
	bool guids
)

Parameters

columnName
Type: SystemString
Column name. Column name is not encapsulated by square brackets or escaped.
values
Type: System.Collections.GenericIListString
Name values for the IN expression
guids
Type: SystemBoolean
If true, the values are considered as Guid
See Also