Class Constants
Constants related to SQLite.
Inheritance
System.Object
Namespace: Umbraco.Cms.Persistence.Sqlite
Assembly: Umbraco.Cms.Persistence.Sqlite.dll
Syntax
public static class Constants
Fields
View SourceProviderName
SQLite provider name.
Declaration
public const string ProviderName = "Microsoft.Data.Sqlite"
Field Value
Type | Description |
---|---|
System.String |
ProviderNameLegacy
Declaration
public const string ProviderNameLegacy = "Microsoft.Data.SQLite"
Field Value
Type | Description |
---|---|
System.String |