An indooGrid Documented Class Library

dataAccess.getNewDataSetWithTable Method 

Get new instance of dataset with one datatable.

[Visual Basic]
Public Function getNewDataSetWithTable( _
   ByVal String As String, _
   ByVal String As String, _
   Optional ByVal Hashtable As Hashtable = Nothing _
) As DataSet
[C#]
public DataSet getNewDataSetWithTable(
   String sqlStatement,
   String tableName,
   Hashtable parameters
);

Parameters

sqlStatement
SQL query for datatable.
tableName
Table name for reference within new dataset.
parameters
Optional. SQL parameters for specified SQL statement.

Return Value

Clear dataset.

Remarks

Other "getTable" like functions fills table within default dataset.

See Also

dataAccess Class | Indoo.Data Namespace