C.6. Repeating Elements

Elements that repeat will result in a single inferred table. For example, consider the following XML:

<DocumentElement>
  <Element1>Text1</Element1>
  <Element1>Text2</Element1>
</DocumentElement>

The inference process will produce a table named “Element1.”

DataSet: DocumentElement

Table: Element1

Element1_Text
Text1
Text2

Get Essential ADO.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.