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

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.v18.2.dll

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