Dynamicweb 8 Documentation
DataManager Class Members
Methods 


The following tables list the members exposed by DataManager.

Public Constructors
 NameDescription
Public ConstructorDataManager ConstructorOverloaded.   
Top
Public Methods
 NameDescription
Public MethodCreateDataSetOverloaded. 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.  
Public MethodDisposeOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodGetAddedIdentityKeyThe function returns the identity of the last added row to the database  
Public MethodIsDisposedIf the object is disposed this function throws an exception, otherwise the function returns false.  
Public MethodUpdateOverloaded. Updates the dataset.  
Top
Protected Methods
 NameDescription
Protected MethodFinalizeAllows an System.Object to attempt to free resources and perform other cleanup operations before the System.Object is reclaimed by garbage collection.  
Top
See Also

Reference

DataManager Class
Dynamicweb Namespace

Send Feedback