WrapCharInCDATA Property
Visual Studio .NET 2003
Specifies whether to wrap character fields in CDATA sections.
WrapCharInCDATA applies only when executing the following methods:
XMLAdapter.WrapCharInCDATA [= lValue]
Property Values
- lValue
- Logical data type. The following table lists the values for lValue.
lValue Description False (.F.) Does not wrap character fields in CDATA sections. (Default) True (.T.) Wraps character fields in CDATA sections.
Remarks
The XMLAdapter LoadXML, Attach, and AddTableSchema methods use WrapCharInCDATA to set the XMLField WrapInCDATA property for Character fields.
See Also
Properties | XMLAdapter Object Properties, Methods, and Events | XMLField Class | WrapCharInCDATA Property | WrapInCDATA Property
Applies To: XMLAdapter Class
Show: