Click or drag to resize

ISpecificationTSetMaximumResults Method

Sets the maximum number of records that must be retrieved using the specification.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
void SetMaximumResults(
	int maximum
)

Parameters

maximum
Type: SystemInt32
The maximum number. A value of '-1' means 'retrieve all'.
See Also