IsDiffGram Property

Indicates whether the XMLAdapter object is associated with a .NET DiffGram. Read/write.

Note   Setting the IsDiffGram property does not actually alter the associated XML document.

XMLAdapter.IsDiffGram [= lValue]

Property Values

  • lValue
    Logical data type. The following table lists the values for lValue.
    lValue Description
    False (.F.) The XMLAdapter object is not a .NET DiffGram. (Default)
    True (.T.) The XMLAdapter object is a .NET DiffGram.

Remarks

XMLAdapter detects whether imported XML is a DiffGram and sets IsDiffGram. When creating and generating XML from tables and executing the XMLAdapterToXML method, Visual FoxPro checks IsDiffGram and creates XML consistent with its setting.

See Also

Properties | XMLAdapter Object Properties, Methods, and Events | ToCursor Method | ToXML Method

Applies To: XMLAdapter Class