Summary
gets the db4o ID, and may cache it for performance reasons.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- Db4oDatabase
Syntax
public virtual int GetID(Transaction trans)
Remarks
gets the db4o ID, and may cache it for performance reasons.
Parameters
| Name | Type | Description |
|---|---|---|
| trans | Transaction |
Return Value
| Type | Description |
|---|---|
| int | the db4o ID for the ObjectContainer |