Uses of Class
LumiSoft.Data.DataRelation

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

Uses of DataRelation in LumiSoft.Data
 

Methods in LumiSoft.Data that return DataRelation
 DataRelation DataRelationCollection.Add(java.lang.String name, DataColumn parentColumn, DataColumn childColumn)
          Creates a DataRelation with the specified name, and parent and child columns, and adds it to the collection.
 DataRelation DataRelationCollection.get(int index)
          Gets the DataRelation object at the specified index.
 DataRelation DataRelationCollection.get(java.lang.String relationName)
          Gets the DataRelation object specified by name.
 

Uses of DataRelation in LumiSoft.UI.Controls.Grid
 

Methods in LumiSoft.UI.Controls.Grid that return DataRelation
 DataRelation WGridTableView.getDataRelation()
          Gets detail view datarelation.
 

Methods in LumiSoft.UI.Controls.Grid with parameters of type DataRelation
 void WGridTableView.setDataRelation(DataRelation value)
          Sets detail view datarelation.