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.Migrations.Core
    Assembly: API.dll
    Syntax
    public interface IConnectionModelChanged

    Methods

    OnConnectionChangeFromClient()

    Indicates the database should recompile its model

    Declaration
    void OnConnectionChangeFromClient()

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.