Isn't band.key suposed to equal DataTable.TableName?After I add a DataRelation to the DataSet the band.key is not equal DataTable.TableName. It looks like it takes on the name of the Relationship.
Is this normal behavior?
The key of the band is whatever the data source gives it. In the case of a data set, the key of a child band is the name of the relationship. This makes sense because the child band is not a table, it's constists of 0 or more islands of data which are each subsets of the table, related to the parent row.