J
j-in-uk
Hi,
I seem to get the error on DataRelation r2, the values are unique so I
don't know why I am getting the error. Any sugesstions?
DataRelation r1 = ds.Relations.Add(dtContinent_ContinentID,
dtCountries_ContinentID);
r1.Nested = true;
DataRelation r2 =
ds.Relations.Add(dtCountries_CountryID,dtStates_CountryID);
r2.Nested = true;
I seem to get the error on DataRelation r2, the values are unique so I
don't know why I am getting the error. Any sugesstions?
DataRelation r1 = ds.Relations.Add(dtContinent_ContinentID,
dtCountries_ContinentID);
r1.Nested = true;
DataRelation r2 =
ds.Relations.Add(dtCountries_CountryID,dtStates_CountryID);
r2.Nested = true;