Skip to main content
A newer version of this page is available. .

SimpleDataLayer.Connection Property

A IDbConnection object that specifies the connection to the data store if it allows commands to be created.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public override IDbConnection Connection { get; }

Property Value

Type Description
IDbConnection

A IDbConnection object that specifies the connection to the data store if it allows commands to be created.

Implements

See Also