|
| MySQL Connector/Net |
| MySqlCommand..::..DbConnection Property |
| MySqlCommand Class See Also Send Feedback |
|
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
protected override DbConnection DbConnection { get; set; } |
| Visual Basic |
|---|
Protected Overrides Property DbConnection As DbConnection Get Set |
| Visual C++ |
|---|
protected: virtual property DbConnection^ DbConnection { DbConnection^ get () override; void set (DbConnection^ value) override; } |