OleDbAdapter Class

NOTE: This API is now obsolete.

Represents the adapter service used to perform queries against OLE DB data sources.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.SharePoint.Dsp.DspAdapter
        Microsoft.SharePoint.Dsp.OleDb.OleDbAdapter

Namespace:  Microsoft.SharePoint.Dsp.OleDb
Assembly:  Microsoft.SharePoint.Dsp.OleDb (in Microsoft.SharePoint.Dsp.OleDb.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public NotInheritable Class OleDbAdapter _
    Inherits DspAdapter _
    Implements IDspAdapter
'Usage
Dim instance As OleDbAdapter
[ObsoleteAttribute("Use the Lists web service instead.")]
public sealed class OleDbAdapter : 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.

See Also

Reference

OleDbAdapter Members

Microsoft.SharePoint.Dsp.OleDb Namespace