Show / Hide Table of Contents

Constructor MySqlVersion

| Improve this Doc View Source

MySqlVersion(String, Int32, Int32, Int32)

Initializes a new instance of MySqlVersion.

Declaration
public MySqlVersion(string s, int major, int minor, int build)
Parameters
Type Name Description
System.String s

The leading string.

System.Int32 major

The major number of the version.

System.Int32 minor

The minor number of the version.

System.Int32 build

The build number of the version.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest