PageOffset Constructor (UInt16) |
Initializes a new instance of the
PageOffset class
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public PageOffset(
ushort preSize = 1000
)
Public Sub New (
Optional preSize As UShort = 1000
)
public:
PageOffset(
unsigned short preSize = 1000
)
new :
?preSize : uint16
(* Defaults:
let _preSize = defaultArg preSize 1000
*)
-> PageOffset
Parameters
- preSize (Optional)
- Type: SystemUInt16
[Missing <param name="preSize"/> documentation for "M:VelocityDb.PageOffset.#ctor(System.UInt16)"]
See Also