| IDataQueryGetScalarResultT Method | 
            Gets the scalar
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
 Syntax
SyntaxT GetScalarResult<T>(
	T defaultValue = null
)
Parameters
- defaultValue (Optional)
- Type: T
 Default value if result not found or not capable to convert to output type
Type Parameters
- T
Return Value
Type: 
T See Also
See Also