Version Property

MySQL Connector/Net

Gets the most recent version of the schema.

Namespace:  MySql.Web.Common
Assembly:  MySql.Web (in MySql.Web.dll) Version: 6.2.2.0

Syntax

C#
public static int Version { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Version As Integer
Visual C++
public:
static property int Version {
	int get ();
}

Field Value

The most recent version number of the schema.

See Also