Click or drag to resize

OptimizedPersistable Constructor (UInt64)

This constructor can be used in cases where the object id is known but you don't want to open the object, maybe you just want to add this object to a BTreeSet.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public OptimizedPersistable(
	ulong id
)

Parameters

id
Type: SystemUInt64
Object id to use for this object
See Also