Versions Compared

Key

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

...

Use to change the XML type. Pass the collection name and true for DOCUMENT, false for CONTENT. PARAMETERS: IsDocument as Boolean, CollectionName as String.

...

Code Block
languagevb
Public Sub SetXMLType( _
   ByVal IsDocument As Variant, _
   ByVal ColumnName As Variant _
)

Parameters

  • IsDocument
  • ColumnName

See Also