Click or drag to resize
WhereConditionBaseTParentWhereIn Method (String, ICollectionGuid, Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected TParent WhereIn(
	string columnName,
	ICollection<Guid> values,
	bool negation
)

Parameters

columnName
Type: SystemString
Column name
values
Type: System.Collections.GenericICollectionGuid
List of values for the query
negation
Type: SystemBoolean
If true, the expression is NOT IN

Return Value

Type: TParent
See Also