Connection.executeSelectCommand

Execute a SQL SELECT command over an opened connection.

class Connection
executeSelectCommand
(
string sql
)

Parameters

sql string

a query statement that must begin with "SELECT"

Return Value

Type: gda.data_model.DataModel

a new #GdaDataModel if successful, null otherwise

Throws