Class Constants.ProviderNames
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.ProviderNames
Fields
View SourceSQLLite
Declaration
public const string SQLLite = "Microsoft.Data.Sqlite"
Field Value
| Type | Description |
|---|---|
| string |
SQLServer
Declaration
public const string SQLServer = "Microsoft.Data.SqlClient"
Field Value
| Type | Description |
|---|---|
| string |