Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConnectionStringExtensions

    Extension methods for a connection string.

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class ConnectionStringExtensions

    Methods

    View Source

    IsConnectionStringConfigured(ConnectionStrings)

    Determines whether the connection string is configured (set to a non-empty value).

    Declaration
    public static bool IsConnectionStringConfigured(this ConnectionStrings connectionString)
    Parameters
    Type Name Description
    ConnectionStrings connectionString

    The connection string.

    Returns
    Type Description
    System.Boolean

    true if the connection string is configured; otherwise, false.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • IsConnectionStringConfigured(ConnectionStrings)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX