Click or drag to resize
ComplexPathEdgeParserTSource, TDestinationExclude Method
Specifies which fields on the prefetched data should not be fetched from the database.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IPathEdgeParser<TSource, TDestination> Exclude(
	params Expression<Func<TDestination, Object>>[] toExclude
)

Parameters

toExclude
Type: System.Linq.ExpressionsExpressionFuncTDestination, Object
Expressions containing the fields to be excluded

Return Value

Type: IPathEdgeParserTSource, TDestination
This instance to allow for method chaining.

Implements

IPathEdgeParserTSource, TDestinationExclude(ExpressionFuncTDestination, Object)
See Also