Click or drag to resize
DataQueryBaseTQueryGetScalarResultT Method
Gets the scalar

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

Implements

IDataQueryGetScalarResultT(T)
See Also