XMLUrlDataAdapter Class
NOTE: This API is now obsolete.
Represents the adapter service used to perform pass-through queries against arbitrary XML data sources.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.SharePoint.Dsp.DspAdapter
Microsoft.SharePoint.Dsp.XmlUrl.XMLUrlDataAdapter
Namespace: Microsoft.SharePoint.Dsp.XmlUrl
Assembly: Microsoft.SharePoint.Dsp.XmlUrl (in Microsoft.SharePoint.Dsp.XmlUrl.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public NotInheritable Class XMLUrlDataAdapter _
Inherits DspAdapter _
Implements IDspAdapter
'Usage
Dim instance As XMLUrlDataAdapter
[ObsoleteAttribute("Use the Lists web service instead.")]
public sealed class XMLUrlDataAdapter : DspAdapter,
IDspAdapter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.