Search Results for

    Show / Hide Table of Contents

    Interface IDatabaseStatusProxy

    Namespace: LemonEdge.API.Core.Data
    Assembly: LemonEdge.API.dll
    Syntax
    [ProxyController]
    public interface IDatabaseStatusProxy

    Methods

    IsUpgrading()

    Indicates the database you are currently trying to connect to is upgrading.

    If you have a direct connection to the database, the system can attempt to force an upgrade too ForceUpgrade()

    If this is through a web service it always returns false - you do not have access to the state of the database
    Declaration
    [AllowAnonymous]
    [HttpGet("IsUpgrading")]
    Task<DBStatus> IsUpgrading()
    Returns
    Type Description
    Task<DBStatus>

    Indicates the database you are currently trying to connect to is upgrading.

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.