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

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

Parameters

columnName
Type: SystemString
Column name
values
Type: System.Collections.GenericIListString
List of values for the query

Return Value

Type: TParent
See Also