Click or drag to resize
IPathEdgeParser<TSource, TDestination>.Exclude Method
Specifies which fields on the prefetched data should not be fetched from the database.

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

Parameters

toExclude
Type:System.Linq.Expressions.Expression<Func<TDestination, Object>>[]
Expressions containing the fields to be excluded

Return Value

Type: IPathEdgeParser<TSource, TDestination>
This instance to allow for method chaining.
See Also