IsNull Property
Specifies whether the field in the XML document supports null values.
XMLField.IsNull [= lValue]
Return Value
IValue
Logical data type. The following table lists values for lValue.lValue
Description
False (.F.)
The field does not support null values. (Default)
True (.T.)
The field supports null values.
Remarks
Applies To: XMLField Class
See Also
Reference
XMLField Object Properties, Methods, and Events