Uses of Class
LumiSoft.Data.DataTable

Packages that use DataTable
LumiSoft.Data   
LumiSoft.UI.Controls.Grid   
 

Uses of DataTable in LumiSoft.Data
 

Methods in LumiSoft.Data that return DataTable
 DataTable DataTableCollection.Add(java.lang.String tableName)
          Creates a DataTable object with the specified name and adds it to the collection.
 DataTable DataTable.Clone()
          Clones the structure of the DataTable.
 DataTable DataTable.Copy()
          Copies both the structure and data for this DataTable.
 DataTable DataTableCollection.get(int index)
          Gets the DataTable object at the specified index.
 DataTable DataTableCollection.get(java.lang.String tableName)
          Gets the DataTable object with the specified name.
 DataTable DataView.getTable()
          Gets or sets the source DataTable.
 DataTable DataRow.getTable()
          Gets the DataTable for which this row has a schema.
 DataTable DataColumn.getTable()
          Gets the DataTable to which the column belongs to.
 

Methods in LumiSoft.Data that return types with arguments of type DataTable
 java.util.Iterator<DataTable> DataTableCollection.iterator()
          Gets iterator.
 

Methods in LumiSoft.Data with parameters of type DataTable
 void DataSet.Merge(DataTable table)
          Merges a specified DataTable and its schema into the current DataSet.
 

Constructors in LumiSoft.Data with parameters of type DataTable
DataView(DataTable table)
           
 

Uses of DataTable in LumiSoft.UI.Controls.Grid
 

Methods in LumiSoft.UI.Controls.Grid with parameters of type DataTable
 void WGridTableView.setDataSource(DataTable table)
          Sets grid data source.