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]

Return Value

  • 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

Applies To: XMLAdapter Class

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

See Also

Reference

XMLAdapter Object Properties, Methods, and Events

ToCursor Method

ToXML Method

Other Resources

Properties (Visual FoxPro)