Search Results for

    Show / Hide Table of Contents

    Class SQLParameterWrapperInterpretor

    Inheritance
    object
    SQLParameterWrapperInterpretor
    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 SQLParameterWrapperInterpretor

    Constructors

    SQLParameterWrapperInterpretor(Guid, ParamWrapperType)

    Declaration
    public SQLParameterWrapperInterpretor(Guid id, ParamWrapperType type)
    Parameters
    Type Name Description
    Guid id
    ParamWrapperType type

    Properties

    GetParametersCount

    Declaration
    public int GetParametersCount { get; }
    Property Value
    Type Description
    int

    Loaded

    Declaration
    public bool Loaded { get; }
    Property Value
    Type Description
    bool

    Parameters

    Declaration
    public IEnumerable<ISQLTypeWrapper> Parameters { get; }
    Property Value
    Type Description
    IEnumerable<ISQLTypeWrapper>

    Methods

    GetBinding(ISQLTypeWrapper)

    Declaration
    public string GetBinding(ISQLTypeWrapper param)
    Parameters
    Type Name Description
    ISQLTypeWrapper param
    Returns
    Type Description
    string

    GetResultValue(ISQLWrapperResult, ISQLTypeWrapper)

    Declaration
    public object GetResultValue(ISQLWrapperResult result, ISQLTypeWrapper col)
    Parameters
    Type Name Description
    ISQLWrapperResult result
    ISQLTypeWrapper col
    Returns
    Type Description
    object

    Load(IEntityRetriever)

    Declaration
    public Task Load(IEntityRetriever cn)
    Parameters
    Type Name Description
    IEntityRetriever cn
    Returns
    Type Description
    Task

    Load(IReadOnlyCache)

    Declaration
    public Task Load(IReadOnlyCache cache)
    Parameters
    Type Name Description
    IReadOnlyCache cache
    Returns
    Type Description
    Task

    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.