Summary
returns the current transaction serial number.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
long Version()
Remarks
returns the current transaction serial number.
This serial number can be used to query for modified objects and for replication purposes.
This serial number can be used to query for modified objects and for replication purposes.
Return Value
Type | Description |
---|---|
long | the current transaction serial number. |