Search Results for

    Show / Hide Table of Contents

    Namespace LemonEdge.Utils.Database

    Classes

    ColumnType

    A class holding the definition of a sql columnt type

    Precision

    Used for storing decimal number type precision for scale

    SQLExtensions

    TableIndex

    Holds information for index definitions against sql tables

    Enums

    AggregateFunction

    Holds the type of aggregate functions that can be performed against a set of data in sql

    GroupType

    The type of grouping in a filter

    Order

    The order to apply

    RelationshipJoinType

    Holds the type of join in sql. Normally left or right join.

    SetOperator

    SingleJoinType

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

    SQLOperator

    Defines the list of possible SQL operators.

    SQLType

    The type of supported column types in sql

    See SQL Data Types for further information - https://docs.microsoft.com/en-us/sql/t-sql/data-types/data-types-transact-sql

    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.