| SelfServicingExtensionMethodsGetScalarTValue Method (IDao, DynamicQuery) | 
 
            Fetches a scalar value using the query specified, and returns this value typed as TValue, using a cast. The query specified will be converted to a
            scalar query prior to execution.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec.SelfServicing
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
RemarksUse nullable(Of T) for scalars which are a value type, to avoid crashes when the scalar query returns a NULL value.
See Also