Skip to main content
A newer version of this page is available. .

IDashboardDataSource.SqlDataProvider Property

OBSOLETE

The SqlDataProvider class is obsolete now. Use the DashboardSqlDataSource class instead.

Gets a data provider for regular data sources.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("The SqlDataProvider class is obsolete now. Use the DashboardSqlDataSource class instead.")]
SqlDataProvider SqlDataProvider { get; }

Property Value

Type Description
SqlDataProvider

An SqlDataProvider object representing a data provider for regular data sources.

See Also