Constructor MySqlVersion
| Improve this Doc View SourceMySqlVersion(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. |