Skip to main content
.NET 6.0+

BaseObjectSpace.Connection Property

Gets the connection to the underlying data source.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual IDbConnection Connection { get; }

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