ThreadSafeDataLayer.Connection Property
In This Article
This property always returns null (Nothing in Visual Basic).
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 |
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