[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

returns the current transaction serial number.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function Version As Long
C#
long Version ()
Visual C++
long long Version ()

Return Value

the current transaction serial number.

Remarks

returns the current transaction serial number.

This serial number can be used to query for modified objects and for replication purposes.