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: 8.2.1.0 (8.2.1)
Syntax
public ObjectsPerPage(
	ushort limitPerPage
)

Parameters

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