execute_select_command


Description:

[ Version ( since = "4.2.3" ) ]
public DataModel execute_select_command (string sql) throws Error

Execute a SQL SELECT command over an opened connection.

Parameters:

this

an opened connection

sql

a query statement that must begin with "SELECT"

Returns:

a new DataModel if successful, null otherwise