Click or drag to resize

ObjectsPerPage Constructor

Use in class definition preceding a field declaration, i.e. [ObjectsPerPage(1)]

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public ObjectsPerPage(
	ushort limitPerPage
)

Parameters

limitPerPage
Type: SystemUInt16
The requested maximum number of objects on the page.
See Also