Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public Expression ExtractExpressions(
	Expression toCrawl
)

Parameters

toCrawl
Type: System.Linq.ExpressionsExpression
To crawl.

Return Value

Type: Expression
processed toCrawl, if no projection was seen, otherwise toCrawl and nothing was changed.
See Also