IEFContextProvider.GetContext(String, Type) Method
In This Article
Returns the Entity Framework Core context for the specified data source.
Namespace: DevExpress.Data.Entity
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
connection |
String | The name of an Entity Framework connection string. |
context |
Type | The type of |
#Returns
Type | Description |
---|---|
Object | The context object. |
See Also