IObjectLayerEx.Connection Property
When implemented by a class, provides access to a IDbConnection object that is used to access a database.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
IDbConnection | An object which implements the IDbConnection interface. |
See Also