Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFObjectSpace.Connection Property

Gets the connection to the underlying data source.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v19.2.dll

Declaration

public override IDbConnection Connection { get; }

Property Value

Type Description
IDbConnection

An IDbConnection object that is the connection to the underlying data source.

Remarks

This property returns the connection used by the current Object Space’s EFObjectSpace.ObjectContext.

See Also