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
AdoDataProvider(DataTable)
Initializes a new instance of the AdoDataProvider class using the specified DataTable.
public AdoDataProvider(DataTable dataTable)
Parameters
AdoDataProvider(DataView)
Initializes a new instance of the AdoDataProvider class using the specified DataView.
public AdoDataProvider(DataView dataView)
Parameters
AdoDataProvider(DataViewManager)
Initializes a new instance of the AdoDataProvider class using the specified DataViewManager.
public AdoDataProvider(DataViewManager dataViewManager)
Parameters
dataViewManagerDataViewManagerThe 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()