when creating DataRelation between two tables in the same dataset should the names of columns in both tables be identical ??
Asked
Active
Viewed 93 times
0
-
Yes but it does not have to be. Look at this [question][1] [1]: http://stackoverflow.com/questions/7005672/how-to-add-a-relationship-between-tables-in-the-dataset?rq=1 – Archlight Mar 12 '14 at 15:46
-
But after i do this i got null calling DataRow.getParentRow(relationName) – sedalnas Mar 12 '14 at 15:52