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.12.0.0 (5.12.0)
SyntaxIPathEdgeParser<TSource, TDestination> LimitTo(
	int limit
)
Function LimitTo ( 
	limit As Integer
) As IPathEdgeParser(Of TSource, TDestination)
Parameters
- limit
 - Type: SystemInt32
Number of items to which the resultset should be limited. 
Return Value
Type: 
IPathEdgeParserTSource, 
TDestinationThis instance to allow for method chaining
See Also