Click or drag to resize

ObjectsPerPage Class

A field attribute that controls how many objects that will be placed on the same page as the object of the field.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    VelocityDb.TypeInfoObjectsPerPage

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public sealed class ObjectsPerPage : Attribute

The ObjectsPerPage type exposes the following members.

Constructors
  NameDescription
Public methodObjectsPerPage
Use in class definition preceding a field declaration, i.e. [ObjectsPerPage(1)]
Top
Properties
  NameDescription
Public propertyLimitPerPage
Gets the requested maximum number of objects on the page
Top
See Also