The ProjectionsExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAbs(Double)
Project SQL function abs() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberAbs(Int32)
Project SQL function abs() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberAbs(Int64)
Project SQL function abs() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberBitLength
Project SQL function bit_length() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberCharIndex
Project SQL function locate() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberCoalesce<(Of <<'(T>)>>)(Nullable<(Of <<'(T>)>>), T)
Project SQL function coalesce() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberCoalesce<(Of <<'(T>)>>)(T, T)
Project SQL function coalesce() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberDayPart
Project SQL function day() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberHourPart
Project SQL function hour() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberLower
Project SQL function lower() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberMinutePart
Project SQL function minute() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberMod
Project SQL function mod() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberMonthPart
Project SQL function month() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberSecondPart
Project SQL function second() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberSqrt(Byte)
Project SQL function sqrt() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberSqrt(Decimal)
Project SQL function sqrt() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberSqrt(Double)
Project SQL function sqrt() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberSqrt(Int32)
Project SQL function sqrt() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberSqrt(Int64)
Project SQL function sqrt() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberStrLength
Project SQL function length() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberSubstr
Project SQL function substring() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberTrimStr
Project SQL function trim() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberUpper
Project SQL function upper() Note: throws an exception outside of a QueryOver expression
Public methodStatic memberWithAlias
Create an alias for a projection
Public methodStatic memberYearPart
Project SQL function year() Note: throws an exception outside of a QueryOver expression

Extension Methods

  NameDescription

See Also