Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ThreadSafeDataLayer.Connection Property

This property always returns null (Nothing in Visual Basic).

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.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