JavaScript Editor js editor     Web development 



Main Page

Specifies whether to wrap character fields in CDATA sections.

WrapCharInCDATA applies only when executing the following methods:

XMLAdapter.WrapCharInCDATA [= lValue] 

Return Value

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

Applies To: XMLAdapter Class

The XMLAdapterВ LoadXML, Attach, and AddTableSchema methods use WrapCharInCDATA to set the XMLFieldВ WrapInCDATA property for Character fields.

See Also



JavaScript Editor js editor     Web development