|
| MySQL Connector/Net |
| MySqlCommandBuilder..::..GetSchemaTable Method |
| MySqlCommandBuilder 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 DataTable GetSchemaTable( DbCommand sourceCommand ) |
| Visual Basic |
|---|
Protected Overrides Function GetSchemaTable ( _ sourceCommand As DbCommand _ ) As DataTable |
| Visual C++ |
|---|
protected: virtual DataTable^ GetSchemaTable( DbCommand^ sourceCommand ) override |
Parameters
- sourceCommand
- Type: System.Data.Common..::..DbCommand