DataSourceObject members

Include protected members
Include inherited members

Represents a secondary data source.

The DataSourceObject type exposes the following members.

Properties

  Name Description
Public property DOM Gets a reference to an XML Document Object Model (DOM) that is associated with a DataSourceObject object. (Inherited from DataObject.)
Public property Name Gets the name of the associated DataSourceObject object. (Inherited from DataObject.)
Public property QueryAdapter Gets a reference to the data adapter object that is used for a secondary data source. (Inherited from DataObject.)

Top

Methods

  Name Description
Public method Query Executes the query operation on the data adapter associated with the DataSourceObject object, and inserts the returned XML in the associated data source (XML DOM). (Inherited from DataObject.)

Top

See also

Reference

DataSourceObject interface

Microsoft.Office.Interop.InfoPath namespace