Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ProviderName

    SQLite provider name.

    Declaration
    public const string ProviderName = "Microsoft.Data.Sqlite"
    Field Value
    Type Description
    System.String
    View Source

    ProviderNameLegacy

    Declaration
    public const string ProviderNameLegacy = "Microsoft.Data.SQLite"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ProviderName
      • ProviderNameLegacy
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX