CoreStrings.ConcurrentMethodInvocation 属性

定义

在上一个操作完成之前,已在此上下文实例上启动了第二个操作。 这通常是由使用同一 DbContext 实例的不同线程并发引起的。 有关如何避免 DbContext 的线程问题的详细信息,请参阅 https://go.microsoft.com/fwlink/?linkid=2097913

public static string ConcurrentMethodInvocation { get; }
static member ConcurrentMethodInvocation : string
Public Shared ReadOnly Property ConcurrentMethodInvocation As String

属性值

适用于