The methods of the DataManagerBase class are listed below. For a complete list of DataManagerBase class members, see the DataManagerBase Members topic.
![]() | Commits the current dataset to the database. |
![]() | Does not commit the data to the DB |
![]() | Commits a dataset to the database. |
![]() | Discards all changes made since the last call to CommitAll(). |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Should we expose this? Executes a stored proc. |
![]() | Gets a view from the Database |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Merges a given dataset into the DataManagers underlying dataset, so that objects may be avalable via the Get<Object>FromDataSet(PKey) signature. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Overloaded. Executes the SQL against the current database. |
DataManagerBase Class | OrmLib Namespace