Overload List
Name | Description | |
---|---|---|
ExecuteReader(QueryParameters, CommandBehavior) |
Runs the query and returns result as Data reader. Keeps the connection open.
| |
ExecuteReader(String, QueryDataParameters, QueryMacros, CommandBehavior) |
Executes query and returns result as a data reader. Keeps the connection open.
| |
ExecuteReader(String, QueryDataParameters, QueryTypeEnum, CommandBehavior) |
Runs the query and returns result as Data reader. Keeps the connection open.
|
See Also