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.6.0.0 (5.6.19.0117)
Syntax public 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