RelationalStrings.NoProviderConfigured Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
No relational database providers are configured. Configure a database provider using 'OnConfiguring' or by creating an ImmutableDbContextOptions with a configured database provider and passing it to the context.
[System.Runtime.CompilerServices.Nullable(1)]
public static string NoProviderConfigured { get; }
public static string NoProviderConfigured { get; }
[<System.Runtime.CompilerServices.Nullable(1)>]
static member NoProviderConfigured : string
static member NoProviderConfigured : string
Public Shared ReadOnly Property NoProviderConfigured As String
Property Value
- Attributes