Click or drag to resize
WhereConditionBaseTParentWhereIn Method (String, IDataQuery)
Adds where condition to the nested query, e.g. "columnName IN (...)"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TParent WhereIn(
	string columnName,
	IDataQuery nestedQuery
)

Parameters

columnName
Type: SystemString
Column name
nestedQuery
Type: CMS.DataEngineIDataQuery
Nested query

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereIn(String, IDataQuery)
See Also