IDataQueryGetScalarResultT Method |
Gets the scalar
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax T 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:
TSee Also