Click or drag to resize

DataAccessExecuteQuery Method

Overload List
  NameDescription
Public methodExecuteQuery(DbDataAdapter, String)
Returns a dataset loaded with the results of the specified select SQL query
Public methodExecuteQuery(String, String)
Returns a dataset loaded with the results of the specified select SQL query
Public methodExecuteQuery(String, Hashtable, String)
Returns a dataset loaded with the results of the specified select SQL query
Public methodExecuteQuery(DbDataAdapter, String, Int32, Int32)
Returns a dataset loaded with the results of the specified select SQL query
Public methodExecuteQuery(String, String, Int32, Int32)
Returns a dataset loaded with the results of the specified select SQL query
Public methodExecuteQuery(DbDataAdapter, String, Int32, Int32, Boolean)
Returns a dataset loaded with the results of the specified select SQL query
Public methodExecuteQuery(String, Hashtable, String, Int32, Int32)
Returns a dataset loaded with the results of the specified select SQL query
Public methodExecuteQuery(String, String, Int32, Int32, Boolean)
Returns a dataset loaded with the results of the specified select SQL query
Public methodExecuteQuery(String, Hashtable, String, Int32, Int32, Boolean)
Returns a dataset loaded with the results of the specified select SQL query
Top
See Also