ORM Sample Class Library

DataManagerBase Methods

The methods of the DataManagerBase class are listed below. For a complete list of DataManagerBase class members, see the DataManagerBase Members topic.

Public Instance Methods

CommitAll Commits the current dataset to the database.
CommitAllDebug Does not commit the data to the DB
CommitDataSet Commits a dataset to the database.
DiscardChanges Discards all changes made since the last call to CommitAll().
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExecuteProcedure Should we expose this? Executes a stored proc.
GetDataView Gets a view from the Database
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
PopulateObjectsFromDataSet Merges a given dataset into the DataManagers underlying dataset, so that objects may be avalable via the Get<Object>FromDataSet(PKey) signature.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Protected Internal Instance Methods

ExecuteSqlOverloaded. Executes the SQL against the current database.

See Also

DataManagerBase Class | OrmLib Namespace


rkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String that represents the current Object.

Public Instance Events