| ScalarQueryExtensionMethodsToValueTValue Method  | 
 
            Placeholder method which is used in a Select(lambda func) projection inside the lambda to specify the type of the result of the passed in scalar query.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
RemarksAs this is a placeholder, it does nothing. It's replaced with a ProjectionRow indexer in a compiled lambda for the Select method
See Also