ThreadSafeDataLayer.Connection Property
This property always returns null (Nothing in Visual Basic).
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
IDbConnection | Always null (Nothing in Visual Basic). |
Remarks
ThreadSafeDataLayer does not expose the underlying IDbConnection to prevent concurrent calling of IDbConnection methods from multiple threads.
Implements
See Also