Click or drag to resize
IDataQueryGetScalarResultT Method
Gets the scalar

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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: T
See Also