Search Results for

    Show / Hide Table of Contents

    Enum SetOperator

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

    Fields

    Name Description
    Except

    Returns distinct values from the query left of the except operator that are not also found on the right query

    Intersect

    Returns distinct values that are returned by both the query on the left and right sides of the intersect operator

    Union

    Returns distinct values that are returned from the query on the left and right sides of the union operator

    UnionAll

    Returns all values that are returned from the query on the left and right sides of the union all operator

    Extension Methods

    EnumHelper.GetShortFlaggedValues<SetOperator>(SetOperator)
    EnumHelper.ToShortGuid<SetOperator>(SetOperator)
    LinqExtensions.AsArray<SetOperator>(SetOperator)
    LinqExtensions.ToArrayOfOne<SetOperator>(SetOperator)
    LinqExtensions.ToListOfOne<SetOperator>(SetOperator)
    MiscExtensions.SetIfNotEqual<SetOperator, TP>(SetOperator, Expression<Func<SetOperator, TP>>, TP)
    ReflectionExtensions.GetEnumValueCustomAttributes<AttrType, SetOperator>(SetOperator)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.