Skip to main content
All docs
V26.1
  • EFCoreObjectSpace.Connection Property

    Gets an IDbConnection object used to connect to a data source.

    Namespace: DevExpress.ExpressApp.EFCore

    Assembly: DevExpress.ExpressApp.EFCore.v26.1.dll

    Declaration

    public override IDbConnection Connection { get; }

    Property Value

    Type Description
    IDbConnection

    An IDbConnection object used to connect to a data source.

    See Also