PredicateExtensionMethodsToValue 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 predicate.
            Use this method only when specifying a predicate in the projection lambda.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
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