BaseInfo.GeneralizedInfoWrapper.GetChildWhereCondition Method |
Gets the child object where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxpublic 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