Executes a query against the MySQL database and returns the results as a DataSet.
- Namespace
- DbSyncKit
.MySQL - Containing Type
- Connection
- Implements
Syntax
public DataSet ExecuteQuery(string query, string tableName)Parameters
| Name | Type | Description |
|---|---|---|
| query | string | The SQL query to execute. |
| tableName | string | The name to assign to the resulting table within the DataSet. |
Return Value
| Type | Description |
|---|---|
| DataSet | A DataSet containing the results of the query. |