Keyfield Property
Specifies whether the field is a key field.
Keyfield applies only when executing the XMLTableApplyDiffgram method. You can set this property when desired; Visual FoxPro does not set this property.
XMLField.Keyfield [= lValue]
Property Values
Logical data type. The following table lists the values for lValue.
lValue | Description |
---|---|
False (.F.) | The field is not a key field. (Default) |
True (.T.) | The field is a key field. |
See Also
Properties | XMLField Object Properties, Methods, and Events | ApplyDiffgram Method
Applies To: XMLField Class