Am setting DataRelation.Nested = true, because using DataSet.WriteXml() to export and want nesting in resulting doc
Get impenetrable error message when try to turn nesting on in DataRelations, which work fine without nesting (e.g. as created in VS Designer). (Message appears when trying to add the offending data relation, not when exporting.) Looks like the rule appears to be: cannot have more than one nested data relation where parent table == A and child table == B, regardless of columns chosen in each. But I have a pair of tables where A on column A1 is parent of B on column B1 *AND* A is also parent on column A1 of B on column B2
Anyone understand why? Anything I can do about it?