CoreStrings.InvalidDbContext Property

Definition

A previous error has left the DbContext in an invalid state. Applications should not continue to use a DbContext instance after an InvalidOperationException has been thrown.

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

Property Value

Applies to