A field attribute that controls how many objects that will be placed on the same page as the object of the field.
Inheritance Hierarchy
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public sealed class ObjectsPerPage : Attribute
Public NotInheritable Class ObjectsPerPage
Inherits Attribute
public ref class ObjectsPerPage sealed : public Attribute
[<SealedAttribute>]
type ObjectsPerPage =
class
inherit Attribute
end
The ObjectsPerPage type exposes the following members.
Constructors
| Name | Description |
---|
| ObjectsPerPage |
Use in class definition preceding a field declaration, i.e. [ObjectsPerPage(1)]
|
TopProperties
| Name | Description |
---|
| LimitPerPage |
Gets the requested maximum number of objects on the page
|
TopSee Also