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
)
Public Sub New (
limitPerPage As UShort
)
public:
ObjectsPerPage(
unsigned short limitPerPage
)
new :
limitPerPage : uint16 -> ObjectsPerPage
Parameters
- limitPerPage
- Type: SystemUInt16
The requested maximum number of objects on the page.
See Also