Skip to main content

ISqlDataStore.Connection Property

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

IDbConnection Connection { get; }

Property Value

Type Description
IDbConnection

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

See Also