Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

IDbConnection Connection { get; }

Property Value

Type Description
IDbConnection

An object which implements the IDbConnection interface.

See Also