DataAccessExecuteQuery Method |
Name | Description | |
---|---|---|
ExecuteQuery(DbDataAdapter, String) |
Returns a dataset loaded with the results of the specified select SQL query
| |
ExecuteQuery(String, String) |
Returns a dataset loaded with the results of the specified select SQL query
| |
ExecuteQuery(String, Hashtable, String) |
Returns a dataset loaded with the results of the specified select SQL query
| |
ExecuteQuery(DbDataAdapter, String, Int32, Int32) |
Returns a dataset loaded with the results of the specified select SQL query
| |
ExecuteQuery(String, String, Int32, Int32) |
Returns a dataset loaded with the results of the specified select SQL query
| |
ExecuteQuery(DbDataAdapter, String, Int32, Int32, Boolean) |
Returns a dataset loaded with the results of the specified select SQL query
| |
ExecuteQuery(String, Hashtable, String, Int32, Int32) |
Returns a dataset loaded with the results of the specified select SQL query
| |
ExecuteQuery(String, String, Int32, Int32, Boolean) |
Returns a dataset loaded with the results of the specified select SQL query
| |
ExecuteQuery(String, Hashtable, String, Int32, Int32, Boolean) |
Returns a dataset loaded with the results of the specified select SQL query
|