WrapMemoInCDATA Property

Specifies whether to wrap Memo fields in CDATA sections.

WrapMemoInCDATA applies only when executing the following XMLAdapter methods:

XMLAdapter.WrapMemoInCDATA [= lValue] 

Property Values

  • lValue
    Logical data type. The following table lists the values for lValue.
    lValue Description
    False (.F.) Does not wrap Memo fields in CDATA sections. (Default)
    True (.T.) Wraps Memo fields in CDATA sections.

Remarks

The XMLAdapterLoadXML, Attach, and AddTableSchema methods use WrapMemoInCDATA to set the XMLFieldWrapInCDATA property for Memo fields.

See Also

Properties | XMLAdapter Object Properties, Methods, and Events | XMLField Class | WrapMemoInCDATA Property | WrapInCDATA Property

Applies To: XMLAdapter Class