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
)
Public Sub New (
id As ULong
)
public:
OptimizedPersistable(
unsigned long long id
)
new :
id : uint64 -> OptimizedPersistable
Parameters
- id
- Type: SystemUInt64
Object id to use for this object
See Also