J
Jeff Higgins
Hi,
I've created an xml instance document named "test.xml" and from that created
an associated schema document named "test.xsd". I have used the schema
designer to add three primary keys and two relations. I have named the
relations "RelationDocumentItems" and "RelationItemsItem". When I create a
DataSet in code using ReadXml("test.xml") and then read the names of the
relations in DataSet.Relations I get "TestDocument_TestItems" and
"TestItems_TestItem" rather than the expected "RelationDocumentItems" and
"RelationItemsItem" ( my expectation). Can someone please help me understand
where my names went?
Thanks
Jeff Higgins
I've created an xml instance document named "test.xml" and from that created
an associated schema document named "test.xsd". I have used the schema
designer to add three primary keys and two relations. I have named the
relations "RelationDocumentItems" and "RelationItemsItem". When I create a
DataSet in code using ReadXml("test.xml") and then read the names of the
relations in DataSet.Relations I get "TestDocument_TestItems" and
"TestItems_TestItem" rather than the expected "RelationDocumentItems" and
"RelationItemsItem" ( my expectation). Can someone please help me understand
where my names went?
Thanks
Jeff Higgins