Click or drag to resize

Page Constructor

Internal use and usage in VelocityDbExteanions project

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Page(
	Database db,
	ushort pageNumber,
	uint shapeNumber,
	ushort objectsPerPage,
	bool doCache = true
)

Parameters

db
Type: VelocityDbDatabase
Database this Page belongs to
pageNumber
Type: SystemUInt16
Page number of this page
shapeNumber
Type: SystemUInt32
Short Id of object schema type if page contains just a single type of objects
objectsPerPage
Type: SystemUInt16
Max how many objects to store on this page
doCache (Optional)
Type: SystemBoolean
Cache this page in its database?
See Also