IsNull Property
Specifies whether the field in the XML document supports null values.
XMLField.IsNull [= lValue]
Property Values
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. |
See Also
Properties | XMLField Object Properties, Methods, and Events
Applies To: XMLField Class