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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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