Search Results for

    Show / Hide Table of Contents

    Interface IModelBuilder

    Builds a model for the IApplicationDbContext

    Namespace: LemonEdge.DataAccess.Core.Abstractions.ModelBuilders
    Assembly: LemonEdge.DataAccess.Core.Abstractions.dll
    Syntax
    public interface IModelBuilder

    Methods

    GetModel()

    Retrieves the build IModel

    Declaration
    IModel GetModel()
    Returns
    Type Description
    IModel

    RecompileModel()

    Re-builds the IModel returned by GetModel()

    Declaration
    void RecompileModel()

    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.