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

IDataLayer.Connection Property

When implemented by a class, returns the connection if it is provided by storage.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

IDbConnection Connection { get; }

Property Value

Type Description
IDbConnection

A IDbConnection object that specifies the connection to storage if the storage allows commands to be created.

See Also