NPersistence Reference Guide
Set the position of the first result to retrieve. position of the first result, numbered from 0

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> SetFirstResult(
	int startPosition
)

Parameters

startPosition
Int32

See Also