Skip to main content
A newer version of this page is available.

EFObjectSpace.Connection Property

Gets the connection to the underlying data source.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.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