BaseInfoGetObject Method (IWhereCondition, Boolean) |
Gets the object by specified where condition.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected BaseInfo GetObject(
IWhereCondition where,
bool includeTypeCondition = true
)
Parameters
- where
- Type: CMS.DataEngineIWhereCondition
Where condition - includeTypeCondition (Optional)
- Type: SystemBoolean
If true, the type condition is included, otherwise selects all data from the data source
Return Value
Type:
BaseInfoSee Also