Click or drag to resize
IPathEdgeParserTSource, TDestinationLimitTo 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: SystemInt32
Number of items to which the resultset should be limited.

Return Value

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