Expand Minimize
This topic has not yet been rated - Rate this topic

IsDiffGram Property

Visual Studio 2005

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

NoteNote

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


XMLAdapter.IsDiffGram [= lValue]
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.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.