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.v19.2.Core.dll

Declaration

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

Property Value

Type Description
SqlDataProvider

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

See Also