Property | Type | Description | |
---|---|---|---|
allowBatch | bool | ||
allowUserVariables | bool | ||
allowZeroDatetime | bool | ||
compress | bool | ||
connectionAttemps | int | ||
connectionSleep | int | ||
connectionTimeout | uint | ||
convertZeroDateTime | bool | ||
defaultCommandTimeout | uint | ||
password | string | ||
pooling | bool | ||
port | uint | ||
server | string | ||
username | string |
Method | Description | |
---|---|---|
ConnectionString ( string server, string uid, string pwd, uint port = 3306 ) |
Constructor
|
|
ToString ( ) : string |
ToString() override
|
public ConnectionString ( string server, string uid, string pwd, uint port = 3306 ) | ||
server | string | |
uid | string | |
pwd | string | |
port | uint |