Click or drag to resize
MultiObjectQueryBaseTQuery, TInnerQuery, TObjectGetObjectType Method
Returns object type of objects returned by this query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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: String
Exceptions
ExceptionCondition
NotSupportedExceptionWhen throwException is true and multi query that doesn't represent a single query.
See Also