Version Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets the most recent version of the schema.

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

Syntax

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

Field Value

The most recent version number of the schema.

See Also