The ProjectionsExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Abs(Double) |
Project SQL function abs()
Note: throws an exception outside of a QueryOver expression
| |
| Abs(Int32) |
Project SQL function abs()
Note: throws an exception outside of a QueryOver expression
| |
| Abs(Int64) |
Project SQL function abs()
Note: throws an exception outside of a QueryOver expression
| |
| BitLength |
Project SQL function bit_length()
Note: throws an exception outside of a QueryOver expression
| |
| CharIndex |
Project SQL function locate()
Note: throws an exception outside of a QueryOver expression
| |
| Coalesce<(Of <<'(T>)>>)(Nullable<(Of <<'(T>)>>), T) |
Project SQL function coalesce()
Note: throws an exception outside of a QueryOver expression
| |
| Coalesce<(Of <<'(T>)>>)(T, T) |
Project SQL function coalesce()
Note: throws an exception outside of a QueryOver expression
| |
| DayPart |
Project SQL function day()
Note: throws an exception outside of a QueryOver expression
| |
| HourPart |
Project SQL function hour()
Note: throws an exception outside of a QueryOver expression
| |
| Lower |
Project SQL function lower()
Note: throws an exception outside of a QueryOver expression
| |
| MinutePart |
Project SQL function minute()
Note: throws an exception outside of a QueryOver expression
| |
| Mod |
Project SQL function mod()
Note: throws an exception outside of a QueryOver expression
| |
| MonthPart |
Project SQL function month()
Note: throws an exception outside of a QueryOver expression
| |
| SecondPart |
Project SQL function second()
Note: throws an exception outside of a QueryOver expression
| |
| Sqrt(Byte) |
Project SQL function sqrt()
Note: throws an exception outside of a QueryOver expression
| |
| Sqrt(Decimal) |
Project SQL function sqrt()
Note: throws an exception outside of a QueryOver expression
| |
| Sqrt(Double) |
Project SQL function sqrt()
Note: throws an exception outside of a QueryOver expression
| |
| Sqrt(Int32) |
Project SQL function sqrt()
Note: throws an exception outside of a QueryOver expression
| |
| Sqrt(Int64) |
Project SQL function sqrt()
Note: throws an exception outside of a QueryOver expression
| |
| StrLength |
Project SQL function length()
Note: throws an exception outside of a QueryOver expression
| |
| Substr |
Project SQL function substring()
Note: throws an exception outside of a QueryOver expression
| |
| TrimStr |
Project SQL function trim()
Note: throws an exception outside of a QueryOver expression
| |
| Upper |
Project SQL function upper()
Note: throws an exception outside of a QueryOver expression
| |
| WithAlias |
Create an alias for a projection
| |
| YearPart |
Project SQL function year()
Note: throws an exception outside of a QueryOver expression
|
Extension Methods
| Name | Description |
|---|