NOTE: Warnings reference items using a 1-based index, e.g., if the warning refers to item 1, this is actually item 0 from a business layer point-of-view.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| xml | String | The XML string. | ||
| updateExisting | Boolean | Optional | If omitted, a value of False is assumed. | |
| ignoreForeignPks | Boolean | Optional | Indicates whether to ignore Foreign Pks and use IDs instead. This is useful when importing XML into another database. If omitted, a value of False is assumed. | |
| warnings | finWarnings | Optional | ByRef | A collection of Warnings generated when parsing the XML. If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.