IWhereConditionTParentWhere Method (String, QueryDataParameters) |
Adds the given where condition to the query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax TParent Where(
string where,
QueryDataParameters parameters = null
)
Parameters
- where
- Type: SystemString
Where condition - parameters (Optional)
- Type: CMS.DataEngineQueryDataParameters
Query parameters
Return Value
Type:
TParentSee Also