Click or drag to resize

OptimizedPersistableOidOf Method

Gets the Oid (encoded as an UInt64) of a non OptimizedPersistable object or 0 if the object isn't persistent on the same page as this object.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public ulong OidOf(
	Object obj
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:VelocityDb.OptimizedPersistable.OidOf(System.Object)"]

Return Value

Type: UInt64

[Missing <returns> documentation for "M:VelocityDb.OptimizedPersistable.OidOf(System.Object)"]

See Also