Dynamicweb 8 Documentation
CreateDataSet Method (DataManager)

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.
Overload List
OverloadDescription
CreateDataSet(String)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.  
CreateDataSet(String,String)Creates a System.Data.DataSet with data returned by the passed SQL statement from the specfied database. 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.  
CreateDataSet(String,String,Boolean)Creates a System.Data.DataSet with data returned by the passed SQL statement from the specfied database. 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.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataManager Class
DataManager Members

Send Feedback