Search Results for

    Show / Hide Table of Contents

    Enum Order

    The order to apply

    Namespace: LemonEdge.Utils.Database
    Assembly: Utils.dll
    Syntax
    public enum Order : short

    Fields

    Name Description
    Ascending

    Order in an ascending order

    Descending

    Order in a descending order

    None

    Results should be unorderd

    Extension Methods

    EnumHelper.GetShortFlaggedValues<Order>()
    EnumHelper.ToShortGuid<Order>()
    MiscExtensions.SetIfNotEqual<Order, P>(Expression<Func<Order, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionHelper.GetEnumValueCustomAttributes<AttrType, Order>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    SQLExtensions.GetNextSortDirection()
    SQLExtensions.GetOrder()
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.