IsDiffGram Property
Visual Studio 2005
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]
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.
Note