Finds the object id of a persistent object
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ulong IdOf(
Object obj
)
Public Function IdOf (
obj As Object
) As ULong
public:
unsigned long long IdOf(
Object^ obj
)
member IdOf :
obj : Object -> uint64
Parameters
- obj
- Type: SystemObject
The object to find the id for
Return Value
Type:
UInt64The object id or 0 if object was not found
See Also