SessionBaseOidShortOf Method |
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 uint OidShortOf(
Object obj
)
Public Function OidShortOf (
obj As Object
) As UInteger
public:
unsigned int OidShortOf(
Object^ obj
)
member OidShortOf :
obj : Object -> uint32
Parameters
- obj
- Type: SystemObject
The object to find the id for
Return Value
Type:
UInt32The object id or 0 if object was not found
See Also