| BaseInfoGetChildWhereCondition Method | 
            Gets the child object where condition.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual WhereCondition GetChildWhereCondition(
	WhereCondition where,
	string objectType
)
Parameters
- where
- Type: CMS.DataEngineWhereCondition
 Original where condition
- objectType
- Type: SystemString
 Object type of the child object
Return Value
Type: 
WhereCondition See Also
See Also