MySqlDataSource.OpenConnection method
Returns a new, open MySqlConnection
to the database represented by this MySqlDataSource
.
public MySqlConnection OpenConnection()
Remarks
The returned connection is already open, and is ready for immediate use.
It is the responsibility of the caller to properly dispose the connection returned by this method. Failure to do so may result in a connection leak.
See Also
- class MySqlConnection
- class MySqlDataSource
- namespace MySqlConnector
- assembly MySqlConnector