Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    SQLLite

    The provider name for SQLite databases.

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

    SQLServer

    The provider name for SQL Server databases.

    Declaration
    public const string SQLServer = "Microsoft.Data.SqlClient"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX