Share via


WebServiceAdapter.GenerateDataSetDiffGram Method

InfoPath Developer Reference

Returns an XML DataSet, containing an inline schema describing the data and the DataSet's DiffGram.

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.GenerateDataSetDiffGram(pNode)

expression   An expression that returns a WebServiceAdapter object.

Parameters

Name Required/Optional Data Type Description
pNode Required [IXMLDOMNODE] An XML Document Object Model (DOM) node that contains the XML data of the DataSet whose DiffGram will be created.

Return Value
[IXMLDOMNODE]

Remarks

The DiffGram for the input

pNode

is generated using the sibling node originalData to compute the difference between the originalData and the input

pNode

.

Security Level 2: Can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.

See Also