DataSourceObject Members
Include Protected Members
Include Inherited Members
Represents a secondary data source.
The DataSourceObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
DOM | Gets a reference to an XML Document Object Model (DOM) that is associated with a DataSourceObject object. (Inherited from DataObject.) | |
Name | Gets the name of the associated DataSourceObject object. (Inherited from DataObject.) | |
QueryAdapter | Gets a reference to the data adapter object that is used for a secondary data source. (Inherited from DataObject.) |
Top
Methods
Name | Description | |
---|---|---|
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