Search Results for

    Show / Hide Table of Contents

    Interface IQueryableParamInfo

    Holds the defintion for a parameter against a IQueryableItem

    This contains information about the parameter and its position so the system knows how to call this queryable item when joining to it and when querying it

    Namespace: LemonEdge.API.Core.Queryable
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IQueryableParamInfo

    Properties

    Index

    The order in which the parameter appears against the set of all parameters for the queryable item

    Declaration
    short Index { get; }
    Property Value
    Type Description
    short

    Name

    The name of the parameter

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    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.