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