ObjectQuery Constructor (String, Boolean) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public ObjectQuery(
string objectType,
bool useObjectTypeCondition = true
)
Parameters
- objectType
- Type: SystemString
Object type - useObjectTypeCondition (Optional)
- Type: SystemBoolean
If true, the query uses the object type condition. The condition applies only when object type is specified.
See Also