Uses of Class
LumiSoft.Data.DataRow

Packages that use DataRow
LumiSoft.Data   
 

Uses of DataRow in LumiSoft.Data
 

Methods in LumiSoft.Data that return DataRow
 DataRow DataRowCollection.Add(java.lang.Object[] values)
          Creates a row using specified values and adds it to the DataRowCollection.
 DataRow DataRowCollection.get(int index)
          Gets the row at the specified index.
 DataRow DataRowView.getRow()
          Gets the DataRow being viewed.
 DataRow DataTable.NewRow()
          Creates a new DataRow with the same schema as the table.
 

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

Methods in LumiSoft.Data with parameters of type DataRow
 void DataRowCollection.Add(DataRow row)
          Add new DataRow to collection.
 void DataRowCollection.Remove(DataRow row)
          Removes the specified DataRow from the collection.