Search Results for

    Show / Hide Table of Contents

    Enum SingleJoinType

    Indicates the type of join in a relationship. Either a mandatory, or nullable join

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

    Fields

    Name Description
    One

    Indicates this relationship must join to an item, it can not be null

    ZeroToOne

    Indicates this join can contain null and not join to an item, or can

    Extension Methods

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