ExecuteQuery(string, string) Method
Executes a query against the PostgreSQL database and returns the results as a DataSet.

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.