BaseObjectSpace.Connection Property
Gets the connection to the underlying data source.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IDbConnection | An IDbConnection object that is the connection to the underlying data source. |
Remarks
This property returns null. It must be overridden in the BaseObjectSpace class descendants.
See Also