| QuerySpecExtensionMethodsSelectT Method (DynamicQuery, ExpressionFuncT) | 
 
            Specifies the projection of the query specified. It clears any existing projection and sets the projection to the one specified. This variant converts the
            specified projectionFunc into the projector lambda to pass to WithProjector and extracts the elements to place in the SQL query's projection from
            the projectionFunc. Use this overload to specify a typed resultset.
            
 
    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
RemarksCalling this method on a DynamicQuery<T> will overwrite the already set projector and change the type to the return type of the
            projectionFunc specified as argument to this method.
See Also