NonProjectionExpressionExtractorExtractExpressions Method  | 
 
            Extracts the expressions, if any.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic Expression ExtractExpressions(
	Expression toCrawl
)
Public Function ExtractExpressions ( 
	toCrawl As Expression
) As Expression
Parameters
- toCrawl
 - Type: System.Linq.ExpressionsExpression
To crawl. 
Return Value
Type: 
Expressionprocessed toCrawl, if no projection was seen, otherwise toCrawl and nothing was changed.
See Also