Delen via


QueryContextFactory.ConcurrencyDetector Property

Definition

Gets the concurrency detector.

protected virtual Microsoft.EntityFrameworkCore.Internal.IConcurrencyDetector ConcurrencyDetector { get; }
member this.ConcurrencyDetector : Microsoft.EntityFrameworkCore.Internal.IConcurrencyDetector
Protected Overridable ReadOnly Property ConcurrencyDetector As IConcurrencyDetector

Property Value

Microsoft.EntityFrameworkCore.Internal.IConcurrencyDetector

The concurrency detector.

Applies to