XPObjectSpace.Connection Property
In This Article
Gets the connection to the underlying data source.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
#Declaration
public override IDbConnection Connection { get; }
#Property Value
Type | Description |
---|---|
IDb |
An IDb |
#Remarks
This property returns the connection used by the DataLayer of the current Object Space’s XPObjectSpace.Session (See Session.DataLayer property).
See Also