Search Results for

    Show / Hide Table of Contents

    Enum 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

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

    This maps exactly to the System.Data.SqlDbType System.Data.SQLDBType Enum

    Fields

    Name Description
    BigInt
    Binary
    Bit
    Char
    Date
    DateTime
    DateTime2
    DateTimeOffset
    Decimal
    Float
    Image
    Int
    Money
    NChar
    NText
    NVarChar
    Real
    SmallDateTime
    SmallInt
    SmallMoney
    Structured
    Text
    Time
    TimeStamp
    TinyInt
    Udt
    UniqueIdentifier
    VarBinary
    VarChar
    Variant
    Xml

    Extension Methods

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