Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpace.Connection Property

Gets the connection to the underlying data source.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.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 DataLayer of the current Object Space’s XPObjectSpace.Session (See Session.DataLayer property).

See Also