NPersistence Reference Guide
Set the maximum number of results to retrieve. maximum number of results to retrieve

Return Value

the same query instance if the argument is negative

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
TypedQuery<X> SetMaxResults(
	int maxResult
)

Parameters

maxResult
Int32

See Also