Connection.executeSelectCommand

gda.data_model.DataModel executeSelectCommand(string sql)

Execute a SQL SELECT command over an opened connection.

Parameters

sqla query statement that must begin with "SELECT"

Returns

a new #GdaDataModel if successful, null otherwise

Throws

[ConnectionException]