Skip to main content
.NET 6.0+

IObjectLayerEx.Connection Property

When implemented by a class, provides access to a IDbConnection object that is used to access a database.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

IDbConnection Connection { get; }

Property Value

Type Description
IDbConnection

An object which implements the IDbConnection interface.

See Also