AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SQL..::..DataSetCreate Method

Overload List


  Name Description
Public method DataSetCreate(SQL..::..Command)
Creates a DataSet.
Public method DataSetCreate(String)
Creates a DataSet.
Public method DataSetCreate(String, CommandType)
Builds an ArrayList of HashTables from the resultset.
Public method DataSetCreate(String, array<Object>[]()[][])
Builds an ArrayList of HashTables from the resultset.
Public method DataSetCreate(String, IDataAccessable)
Builds an ArrayList of HashTables from the resultset.
Public method DataSetCreate(String, Dictionary<(Of <<'(Int32, Parameter>)>>))
Builds an ArrayList of HashTables from the resultset.
Public method DataSetCreate(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>))
Builds an ArrayList of HashTables from the resultset.
Public method DataSetCreate(SQL..::..Command, DataSet)
Creates a DataSet.
Public method DataSetCreate(String, DataSet)
Creates a DataSet.
Public method DataSetCreate(String, CommandType, DataSet)
Builds an ArrayList of HashTables from the resultset.
Public method DataSetCreate(String, array<Object>[]()[][], DataSet)
Builds an ArrayList of HashTables from the resultset.
Public method DataSetCreate(String, Dictionary<(Of <<'(Int32, Parameter>)>>), DataSet)
Builds an ArrayList of HashTables from the resultset.
Public method DataSetCreate(String, CommandType, Dictionary<(Of <<'(Int32, Parameter>)>>), DataSet)
Builds an ArrayList of HashTables from the resultset.