Skip to main content
.NET 8.0+

ThreadSafeDataLayer.Connection Property

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
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