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.v26.1.Core.dll
Declaration
[Browsable(false)]
[Obsolete("The SqlDataProvider class is obsolete now. Use the DashboardSqlDataSource class instead.")]
SqlDataProvider SqlDataProvider { get; }
Property Value
| Type | Description |
|---|---|
| SqlDataProvider | An |
See Also