The methods of the Adapter class are listed below. For a complete list of Adapter class members, see the Adapter Members topic.
Public Instance Methods
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Methods
| Clear (inherited from SqlDataAccess) |
Clear all variables and objects
|
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| Update | Overloaded.
Updates the database wiht the changes made to the dataset. Remember to have had set the selectstring.
One limitation is that you only can insert/update/delete the first table in the dataset due to
the limitation of the object sql command builder.
|
See Also
Adapter Class | Magnusson.Data.SqlClient Namespace