Click or drag to resize
WhereConditionBaseTParentWhereIn Method (String, IDataQuery, Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)". Supported generic type is int, long, string or guid ONLY!

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected TParent WhereIn(
	string columnName,
	IDataQuery nestedQuery,
	bool negation
)

Parameters

columnName
Type: SystemString
Column name
nestedQuery
Type: CMS.DataEngineIDataQuery
Nested query
negation
Type: SystemBoolean
If true, the expression is NOT IN

Return Value

Type: TParent
See Also