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 Oid OidOf(
Object obj
)
Public Function OidOf (
obj As Object
) As Oid
public:
Oid OidOf(
Object^ obj
)
member OidOf :
obj : Object -> Oid
Parameters
- obj
- Type: SystemObject
The object to find the id for
Return Value
Type:
OidThe object id or 0 if object was not found
See Also