Dynamicweb Namespace : DataManager Class |
For a list of all members of this type, see DataManager members.
Name | Description | |
---|---|---|
CreateDataSet | Overloaded. Creates a System.Data.DataSet with data returned by the passed SQL statement. Can only be called once per instance. Use multiple objects when your logic requires working with multiple connected datasets. Allthough the Finalize methods calls Dispose, thereby enabling the GC to clean up unmanaged code, call Dispose on your DataManager object as soon as your are done. | |
Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
GetAddedIdentityKey | The function returns the identity of the last added row to the database | |
IsDisposed | If the object is disposed this function throws an exception, otherwise the function returns false. | |
Update | Overloaded. Updates the dataset. |
Name | Description | |
---|---|---|
Finalize | Allows an System.Object to attempt to free resources and perform other cleanup operations before the System.Object is reclaimed by garbage collection. |