Table of Contents

Class AdoDataProvider

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents an ADO.NET data provider that wraps an underlying object and exposes it as an IDataProvider.

public sealed class AdoDataProvider : IDataProvider, IDisposable, ICanHandleUsedIdentifiers
Inheritance
AdoDataProvider
Implements
Inherited Members

Constructors

AdoDataProvider(DataSet)

Initializes a new instance of the AdoDataProvider class using the specified DataSet.

public AdoDataProvider(DataSet dataSet)

Parameters

dataSet DataSet

The DataSet whose default view manager is to be used by the data provider.

AdoDataProvider(DataTable)

Initializes a new instance of the AdoDataProvider class using the specified DataTable.

public AdoDataProvider(DataTable dataTable)

Parameters

dataTable DataTable

The DataTable whose default view is to be wrapped by the data provider.

AdoDataProvider(DataView)

Initializes a new instance of the AdoDataProvider class using the specified DataView.

public AdoDataProvider(DataView dataView)

Parameters

dataView DataView

The DataView to be wrapped by the data provider.

AdoDataProvider(DataViewManager)

Initializes a new instance of the AdoDataProvider class using the specified DataViewManager.

public AdoDataProvider(DataViewManager dataViewManager)

Parameters

dataViewManager DataViewManager

The DataViewManager to be used by the data provider.

Methods

Dispose()

Releases all resources used by the current instance of the AdoDataProvider class.

public void Dispose()

~AdoDataProvider()

Finalizes an instance of the AdoDataProvider class.

protected ~AdoDataProvider()