SimpleDataLayer.Connection Property
In This Article
A IDbConnection object that specifies the connection to the data store if it allows commands to be created.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
[Browsable(false)]
public override IDbConnection Connection { get; }
#Property Value
Type | Description |
---|---|
IDb |
A IDb |
#Implements
See Also