Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This Data Provider simply creates a new XML element that can be used as a root element for creating a new XML tree.
For example, this data provider can be used to instantiate an Employee element. The user can than add a Firstname, Lastname, Phone number, etc through the normal data control collections.
Once the Employee (and all its children) are complete they can be used as the argument to another Data Control that invokes the web service to save this department using the WSDataProvider.

...