Click or drag to resize

IPathEdgeParserTSource, TDestinationInclude Method

Explicity Specifies fields on the prefetched data should be fetched from the database.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
IPathEdgeParser<TSource, TDestination> Include(
	params Expression<Func<TDestination, Object>>[] toInclude
)

Parameters

toInclude
Type: System.Linq.ExpressionsExpressionFuncTDestination, Object
Expressions containing the fields to be included.

Return Value

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