Releases the attached IXMLDOMElement object.
XMLAdapter.ReleaseXML( [lDisposeSchema] ) |
Parameters
- lDisposeSchema
-
Determines whether schema information is cleaned by ReleaseXML. The following table lists the values for lDisposeSchema.
lDisposeSchema Description True (.T.)
Clean Tables collection and sets the following XMLAdapter properties:
-
XMLName, XMLNamespace, and XMLPrefix to an empty string ("")
-
IsDiffGram to False (.F.)
-
SOM to null (.NULL.)
-
XMLConstraints to null (.NULL.)
(Default)
False (.F.)
Schema information remains and XMLAdapterВ XMLName, XMLNamespace, XMLPrefix, IsDiffGram, XMLConstraints, and SOM remain unchanged.
-
XMLName, XMLNamespace, and XMLPrefix to an empty string ("")
Remarks
Applies To: XMLAdapter Class