Gets or sets the connection.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public MySqlConnection Connection { get; set; } |
| Visual Basic |
|---|
Public Property Connection As MySqlConnection Get Set |
| Visual C++ |
|---|
public: property MySqlConnection^ Connection { MySqlConnection^ get (); void set (MySqlConnection^ value); } |