MultiObjectQueryBaseTQuery, TInnerQuery, TObjectGetObjectType Method |
Returns object type of objects returned by this query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected string GetObjectType(
bool throwException = true
)
Parameters
- throwException (Optional)
- Type: SystemBoolean
Throws exception when object type cannot be obtained
because multi query that doesn't represent a single query
Return Value
Type:
StringExceptions Exception | Condition |
---|
NotSupportedException | When throwException is true and multi query that doesn't represent a single query. |
See Also