Click or drag to resize
DBDriverBaseCreateDataAdapter Method
Overload List
  NameDescription
Public methodCreateDataAdapter(DbCommand)
Creates a new data adapter with the connection specified and the query specified as the select query for the select command
Public methodCreateDataAdapter(String)
Creates a new data adapter with the connection specified and the query specified as the select query for the select command
Public methodCreateDataAdapter(DbConnection, String)
Creates a new data adapter with the connection specified and the query specified as the select query for the select command
Top
See Also