Indicates whether the XMLAdapter object is associated with a .NET DiffGram. Read/write.
![]() |
---|
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.