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: 2019.2.1.0
Syntax
C#
public DbQuery LimitTo(
	int rowLimit
)

Parameters

rowLimit
Type: SystemInt32

Return Value

Type: DbQuery
See Also