Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public IDQuery(
string objectType,
string resultColumn = null,
bool useObjectTypeCondition = true
)
Parameters
- objectType
- Type: SystemString
Object type - resultColumn (Optional)
- Type: SystemString
Resulting column - useObjectTypeCondition (Optional)
- Type: SystemBoolean
If true, the query uses the object type condition. The condition applies only when object type is specified.
See Also