Click or drag to resize

SessionBaseOidOf 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 Oid OidOf(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to find the id for

Return Value

Type: Oid
The object id or 0 if object was not found
See Also