Search Results for

    Show / Hide Table of Contents

    Interface IDbTools

    A collection of tools for working with the database.

    Namespace: LemonEdge.DataAccess.Core.Abstractions.Context
    Assembly: LemonEdge.DataAccess.Core.Abstractions.dll
    Syntax
    public interface IDbTools

    Properties

    BuilderFactory

    The factory for IQueryBuilders.

    Declaration
    IQueryBuilderFactory BuilderFactory { get; }
    Property Value
    Type Description
    IQueryBuilderFactory

    EnvironmentFactory

    The factory for IGlobalDbEnvironments.

    Declaration
    IGlobalDbEnvironmentFactory EnvironmentFactory { get; }
    Property Value
    Type Description
    IGlobalDbEnvironmentFactory

    ReaderFactory

    The factory for IReaders.

    Declaration
    IReaderFactory ReaderFactory { get; }
    Property Value
    Type Description
    IReaderFactory

    Settings

    The database settings from config.

    Declaration
    DataAccessSettings Settings { get; }
    Property Value
    Type Description
    DataAccessSettings

    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.