IDataLayer.Connection Property
In This Article
When implemented by a class, returns the connection if it is provided by storage.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
IDbConnection Connection { get; }
#Property Value
Type | Description |
---|---|
IDb |
A IDb |
See Also