Click or drag to resize

SpecificationTSetMaximumResults 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
public void SetMaximumResults(
	int maximum
)

Parameters

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

Implements

ISpecificationTSetMaximumResults(Int32)
See Also