Search Results for

    Show / Hide Table of Contents

    Class SQLWrapperInterpretorFactory

    Inheritance
    object
    SQLWrapperInterpretorFactory
    Implements
    ISQLWrapperInterpretorFactory
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Entities.Helpers
    Assembly: LemonEdge.API.dll
    Syntax
    public class SQLWrapperInterpretorFactory : ISQLWrapperInterpretorFactory

    Constructors

    SQLWrapperInterpretorFactory(IFactoryInjector)

    Declaration
    public SQLWrapperInterpretorFactory(IFactoryInjector factoryInjector)
    Parameters
    Type Name Description
    IFactoryInjector factoryInjector

    Methods

    Create(ISQLWrapper)

    Creates a new sqlwrapper interpretor using the specified sql wrapper

    Declaration
    public 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
    public ISQLWrapperInterpretor Create(Guid id)
    Parameters
    Type Name Description
    Guid id

    The globally unique id of the sql wrapper to use

    Returns
    Type Description
    ISQLWrapperInterpretor

    Implements

    ISQLWrapperInterpretorFactory

    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.