SessionBaseDatabaseNumberOf Method |
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public uint DatabaseNumberOf(
Type type
)
Public Function DatabaseNumberOf (
type As Type
) As UInteger
public:
unsigned int DatabaseNumberOf(
Type^ type
)
member DatabaseNumberOf :
type : Type -> uint32
Parameters
- type
- Type: SystemType
The type for which you want to get the associated database number (Id)
Return Value
Type:
UInt32The database number associated with the provided type
See Also