Class Constants.ProviderNames
Contains database provider name constants.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.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 |