Click or drag to resize
DataClassInfo.GetChildWhereCondition Method
Gets the child object where condition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected override WhereCondition GetChildWhereCondition(
	WhereCondition where,
	string objectType
)

Parameters

where
Type: CMS.DataEngine.WhereCondition
Original where condition
objectType
Type: System.String
Object type of the child object

Return Value

Type: WhereCondition
See Also