Class Constants.ProviderNames
Contains database provider name constants for EF Core.
Inheritance
object
Namespace: Umbraco.Cms.Persistence.EFCore
Assembly: Umbraco.Cms.Persistence.EFCore.dll
Syntax
public static class Constants.ProviderNames
Fields
View SourceSQLLite
The provider name for SQLite databases.
Declaration
public const string SQLLite = "Microsoft.Data.Sqlite"
Field Value
| Type | Description |
|---|---|
| string |
SQLServer
The provider name for SQL Server databases.
Declaration
public const string SQLServer = "Microsoft.Data.SqlClient"
Field Value
| Type | Description |
|---|---|
| string |