Click or drag to resize
ComplexPathEdgeParserTSource, TDestinationLimitTo Method
The number of results returned should be limited to the specified number of items.

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> LimitTo(
	int limit
)

Parameters

limit
Type: SystemInt32
Number of items to which the resultset should be limited.

Return Value

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

Implements

IPathEdgeParserTSource, TDestinationLimitTo(Int32)
See Also