MySqlConnection
Namespace: uModConfiguration
Assembly: uMod.Core.dll
Inheritance ObjectBaseConnection MySqlConnection
Implements IDatabaseConnection
Summary
Represents a MySQL connection configuration
Constructors
Name | Summary |
|---|---|
MySqlConnection () |
Properties
Name | Summary |
|---|---|
CharSet | Gets the charset |
Database | Gets the database name |
Driver | Gets the connection driver "mysql" |
Host | Gets the host |
Password | Gets the password |
Port | Gets the port |
Protocol | Gets the protocol |
Username | Gets the username |
Methods
Name | Summary |
|---|---|
Configure ( | Configure mysql connection using configuration |