[ Version ( since = "4.2.3" ) ]
public DataModel execute_select_command (string sql) throws Error
Execute a SQL SELECT command over an opened connection.
| this |
an opened connection |
| sql |
a query statement that must begin with "SELECT" |
|
a new DataModel if successful, null otherwise |