Click or drag to resize

DataAccessCreateAdapter Method

Overload List
  NameDescription
Public methodCreateAdapter(String)
Creates a data adapter using the specified select SQL query
Public methodCreateAdapter(String, Boolean)
Creates a data adapter using the specified select SQL query
Public methodCreateAdapter(String, Hashtable)
Creates a data adapter using the specified select SQL query
Public methodCreateAdapter(String, Hashtable, Boolean)
Creates a data adapter using the specified select SQL query
Public methodCreateAdapter(String, String, String)
Creates a data adapter using the specified actions SQL queries
Public methodCreateAdapter(String, String, String, String)
Creates a data adapter using the specified actions SQL queries
Public methodCreateAdapter(String, Hashtable, String, String, String)
Add a new adapter to the adapter collection
Top
See Also