Click or drag to resize
WhereBuilderGetNestedWhereCondition Method
Adds the where condition to the existing one

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual string GetNestedWhereCondition(
	string where
)

Parameters

where
Type: SystemString
Where condition to add

Return Value

Type: String
See Also