DataAdapters but no DataObjects?

H

Howard Swope

XDocument.DataAdapters.Count = 2
XDocument.DataObjects.Count = 0

The documentation seems to imply that you can't have one without the other.

Remarks
An external data source can take the form of a Microsoft Access or Microsoft
SQL Server database, an .xml file, or an XML Web service. The type of data
adapter object used to access the external data source depends on the type
of data source. The DataObject object provides a common set of properties
and a method that can be used for all types of data adapter objects, and
each of the data adapter objects provides its own set of properties and
methods.

Could someone clarify the relationship please.

Thanks,

Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top