db4o

Db4o.version Method 

returns the version name of the used db4o version.

[Visual Basic]
Shared Public Function version() As String
[C#]
public static string version();
[C++]
public: static String* version();
[JScript]
public static function version(): String;

Return Value

version information as a

String
.

Remarks

returns the version name of the used db4o version.

See Also

Db4o Class | com.db4o Namespace