Executes a query against the database
- Namespace
- DbSyncKit
.DB .Interface - Containing Type
- IDatabase
Syntax
DataSet ExecuteQuery(string query, string tableName)Parameters
| Name | Type | Description |
|---|---|---|
| query | string | The SQL query to execute. |
| tableName | string | The name of the table associated with the query. |
Return Value
| Type | Description |
|---|---|
| DataSet | A list of results of type DataSet. |