DataQueryBaseTQueryGetScalarResultT Method |
Gets the scalar
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public 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:
TImplements
IDataQueryGetScalarResultT(T)See Also