XPObjectSpace.Connection Property
Gets the connection to the underlying data source.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
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