Overload List
| Name | Description | |
|---|---|---|
| ExecuteQuery(CommandConfig) |
Executes a select statement or stored procedure that returns a record set. Uses the CommandConfig argument to encapsulate the
command text and any parameter values.
| |
| ExecuteQuery(QueryCommandConfig) |
Executes a select statement or stored procedure that returns a record set. Uses the CommandConfig argument to encapsulate the
command text, parameter values and command behavior.
| |
| ExecuteQuery(String) |
Executes a select statement or stored procedure
| |
| ExecuteQuery(String, IDictionary) |
Executes a parameterised select statement or stored procedure
| |
| ExecuteQuery(String, IDictionary, CommandBehavior) |
Executes a parameterised select statement or stored procedure with a specified command behavior
|