Skip to main content
All docs
V23.2

DashboardEFDataSource(String, String, EFConnectionParameters) Constructor

Initializes a new instance of the DashboardEFDataSource class with specified settings.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardEFDataSource(
    string name,
    string connectionName,
    EFConnectionParameters connectionParameters
)

Parameters

Name Type
name String
connectionName String
connectionParameters EFConnectionParameters
See Also