Click or drag to resize

PreProcessor.HandleExcludeIncludeFieldsMethodCall Method

Handles the method calls to IQueryable.ExcludeFields or IQueryable.IncludeFields

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected virtual Expression HandleExcludeIncludeFieldsMethodCall(
	MethodCallExpression expressionToHandle,
	bool containsExcludedFields
)

Parameters

expressionToHandle
Type: System.Linq.Expressions.MethodCallExpression
The expression to handle.
containsExcludedFields
Type: System.Boolean
if set to true, the method call was ExcludeFields, otherwise IncludeFields

Return Value

Type: Expression
ExcludeIncludeFieldsExpression
See Also