[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)
prints the version name of this db4o version to
.
Namespace: Db4objects.Db4o
System.out | |
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Sub Main ( _ args As String() _ ) |
| C# |
|---|
public static void Main ( string[] args ) |
| Visual C++ |
|---|
public: static void Main ( array<String^>^ args ) |
Parameters
- args
- System.String[]
Remarks
prints the version name of this db4o version to
.
System.out | |