Search Results for

    Show / Hide Table of Contents

    Interface IConnectionModelChanged

    This is implemented by the connection type that directly connects to a database.

    When the client directly connected to a database upgrades the database, it needs to notify the connection the database has been upgraded so it can recompile the model

    The client itself does not distinguish between the database or service connection types, so this is implemented internally to the db connection type
    Namespace: LemonEdge.API.Core.Migrations
    Assembly: LemonEdge.API.Core.Migrations.dll
    Syntax
    public interface IConnectionModelChanged

    Methods

    OnConnectionChangeFromClient()

    Indicates the database should recompile its model

    Declaration
    void OnConnectionChangeFromClient()

    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.