| LinqUtilsCreateBoolProducerLambda Method  | 
 
            Creates a bool producer lambda which is usable in projections via the ProjectionValueProducerFunc delegate.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic static LambdaExpression CreateBoolProducerLambda()
Public Shared Function CreateBoolProducerLambda As LambdaExpression
Return Value
Type: 
LambdaExpression
See Also