Links are not active on this page.
 WrapMemoInCDATA Property

Specifies whether to wrap Memo fields in CDATA sections.

WrapMemoInCDATA applies only when executing the following XMLAdapter methods:

XMLAdapter.WrapMemoInCDATA [= lValue] 

Expand imageReturn Value

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.

Expand imageRemarks

Applies To: XMLAdapter Class

The XMLAdapter LoadXML, Attach, and AddTableSchema methods use WrapMemoInCDATA to set the XMLField WrapInCDATA property for Memo fields.

Expand imageSee Also