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)
Syntaxpublic 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