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

prints the version name of this db4o version to
 Copy imageCopy Code
System.out
.

Namespace: Db4objects.Db4o
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
 Copy imageCopy Code
System.out
.