Skip to main content
All docs
V18.2

EFDataSource(EFConnectionParameters, String) Constructor

For internal use.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public EFDataSource(
    EFConnectionParameters connectionParameters,
    string storedProcedureName
)

Parameters

Name Type
connectionParameters EFConnectionParameters
storedProcedureName String
See Also