Click or drag to resize
IPathEdgeParser<TSource, TDestination>.LimitTo Method
The number of results returned should be limited to the specified number of items.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
IPathEdgeParser<TSource, TDestination> LimitTo(
	int limit
)

Parameters

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

Return Value

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