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.v24.1.Core.dll
NuGet Package: DevExpress.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