corelibraries-devexpress-dot-dataaccess-b43adbd0.md
The DataProviderBase class is obsolete now. Use the DashboardSqlDataSource class instead
Serves as the base class for classes that represent a data provider.
Namespace : DevExpress.DataAccess
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
[Obsolete("The DataProviderBase class is obsolete now. Use the DashboardSqlDataSource class instead")]
public class DataProviderBase :
DisposableObject,
IDataProvider,
IServiceContainer,
IServiceProvider,
IParametersOwner,
IParameterSupplierBase
<Obsolete("The DataProviderBase class is obsolete now. Use the DashboardSqlDataSource class instead")>
Public Class DataProviderBase
Inherits DisposableObject
Implements IDataProvider,
IServiceContainer,
IServiceProvider,
IParametersOwner,
IParameterSupplierBase
To supply a data source with data using a data provider, do one of the following:
Object DevExpress.Utils.Controls.DisposableObject DataProviderBase SqlDataProvider
See Also