EFCoreObjectSpace.Connection Property
Gets an IDbConnection object used to connect to a data source.
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v24.1.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
Property Value
Type | Description |
---|---|
IDbConnection | An IDbConnection object used to connect to a data source. |
See Also