Click or drag to resize
DbQueryLimitTo Method
Limits the result set to the specified row limit.

Namespace: Colygon.MatchPoint.EntityModel
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public DbQuery LimitTo(
	int rowLimit
)

Parameters

rowLimit
Type: SystemInt32

Return Value

Type: DbQuery
See Also