Search Results for

    Show / Hide Table of Contents

    Interface ISQLWrapperInterpretorFactory

    Namespace: LemonEdge.API.Entities.Helpers
    Assembly: LemonEdge.API.dll
    Syntax
    public interface ISQLWrapperInterpretorFactory

    Methods

    Create(ISQLWrapper)

    Creates a new sqlwrapper interpretor using the specified sql wrapper

    Declaration
    ISQLWrapperInterpretor Create(ISQLWrapper wrapper)
    Parameters
    Type Name Description
    ISQLWrapper wrapper

    The sql wrapper to use

    Returns
    Type Description
    ISQLWrapperInterpretor

    Create(Guid)

    Creates a new sqlwrapper interpretor using the globally unique id of the specified sql wrapper

    Declaration
    ISQLWrapperInterpretor Create(Guid id)
    Parameters
    Type Name Description
    Guid id

    The globally unique id of the sql wrapper to use

    Returns
    Type Description
    ISQLWrapperInterpretor

    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.