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.Queries
    Assembly: 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
    System.Int16

    Name

    The name of the parameter

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.