[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
returns the transaction serial number ("version") the
referenced object was stored with last.
Namespace: Db4objects.Db4o.Ext
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetVersion As Long |
C# |
---|
long GetVersion () |
Visual C++ |
---|
long long GetVersion () |
Return Value
the version number.
Remarks
returns the transaction serial number ("version") the
referenced object was stored with last.
Version number generation has to be turned on, in order to
be able to use this feature:
Db4objects.Db4o.Config.IConfiguration.GenerateVersionNumbers