Show / Hide Table of Contents

    Enum SqlStringType

    SQL dialect specific format strings types

    Namespace: XData.Database.Dialect
    Assembly: XData.docfx.dll
    Syntax
    public enum SqlStringType

    Fields

    Name Description
    AcquireBlob
    AcquireXml
    AfterDelete
    AfterInsert
    AfterUpdate
    All
    Any
    BeforeDelete
    BeforeInsert
    BeforeUpdate
    BooleanConstant
    Ceiling
    CheckConcurrency
    Clear
    ClearComplete
    ClearDeclare
    ClearField
    ClearSaveKeys
    Coalesce
    CompleteInsert
    Concat
    Conditional
    Convert
    Date
    DateFormat
    DateTimeAdd
    DateTimeAddDays
    DateTimeAddHours
    DateTimeAddMilliseconds
    DateTimeAddMinutes
    DateTimeAddMonths
    DateTimeAddSeconds
    DateTimeAddYears
    DateTimeDaysInMonth
    DateTimeIsLeapYear
    Day
    DayOfWeek
    DayOfYear
    Days
    DaysTotal
    DictionaryTableName
    EmptyBlob
    EmptyGuid
    EmptyXml
    EndsWith
    Except
    ExtractXml
    ExtractXmlWithNamespaces
    FieldFormat
    Floor
    GetBlobSize
    GetForeignKey
    GroupConvert
    GroupField
    GroupXmlField
    Hour
    Hours
    IndexOf
    InitInsert
    InsertValues
    Intersect
    IsNullOrEmpty
    IsNullOrWhiteSpace
    Length
    Lock
    LockPk
    LockPkJoin
    MaxSize
    Millisecond
    Minute
    Minutes
    ModifiedHintAfter
    ModifiedHintBefore
    ModifiedTableName
    Month
    Months
    NewGuid
    NoneSelect
    Now
    PadLeft
    PadRight
    Power
    Random
    Remove
    Returning
    Round
    RowId
    RowIdArray
    RowIdFill
    RowIterator
    SaveBlob
    SaveXml
    Second
    Seconds
    SelectField
    SelectHintBefore
    SelectXmlField
    SequenceNextVal
    SkipInsert
    SqlBlockDeclare
    SqlBlockDefault
    SqlBlockDelete
    SqlBlockExternalLoopVar
    SqlBlockForEach
    SqlBlockIf
    SqlBlockIfExists
    SqlBlockInsert
    SqlBlockMerge
    SqlBlockQuote
    SqlBlockReturn
    SqlBlockSelectInto
    SqlBlockUpdate
    SqlBlockVarAssign
    SqlParameter
    SqlScalarFunction
    SqlTableFunction
    Sqrt
    StartsWith
    Substring
    TableName
    TempTableCreate
    TempTableDrop
    TimeOfDay
    TimeSpanFormat
    ToBoolean
    ToDateTime
    Today
    ToDecimal
    ToInt16
    ToInt32
    ToInt64
    ToString
    ToStringFormat
    ToXml
    TreeOrder
    Trim
    TrimEnd
    TrimStart
    UtcNow
    With
    WithRecursive
    XmlAsString
    XmlSourceName
    Year
    Years

    Extension Methods

    SerializationExtensions.ToXml<SqlStringType>()
    CollectionsExtensions.SetValue<SqlStringType, T>(T)
    CollectionsExtensions.AsEnum<SqlStringType>()
    DataObjectQueryableExtensions.CompareVariable(FilterOperation, String)
    Processing.Do<SqlStringType>(Action<IProcess<SqlStringType>>[])
    TypeExtensions.ChangeType<T>()
    TypeExtensions.ChangeType(Type)
    TypeExtensions.InvokeMethod<TRet>(Type[], Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Type[], Expression<Action>, BindingFlags)
    TypeExtensions.InvokeMethod<TRet>(Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Expression<Action>, BindingFlags)
    TypeExtensions.ConvertTo<T>()
    TypeExtensions.EqualValue(Enum)
    SqlBlockExtensions.SetExpression<SqlStringType, TResult>(Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<SqlStringType, TResult>(Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX