A query language expression. Constructors for this class are at the Language class.
More...
A query language expression. Constructors for this class are at the Language class.
Definition at line 11 of file Expr.cs.
◆ Equals() [1/2]
abstract bool FaunaDB.Query.Expr.Equals |
( |
Expr |
v | ) |
|
|
pure virtual |
◆ Equals() [2/2]
override bool FaunaDB.Query.Expr.Equals |
( |
object |
obj | ) |
|
◆ GetHashCode()
override int FaunaDB.Query.Expr.GetHashCode |
( |
| ) |
|
◆ HashCode()
abstract int FaunaDB.Query.Expr.HashCode |
( |
| ) |
|
|
protectedpure virtual |
◆ operator ActionType()
static FaunaDB.Query.Expr.operator ActionType |
( |
Expr |
v | ) |
|
|
explicitstatic |
◆ operator bool()
static FaunaDB.Query.Expr.operator bool |
( |
Expr |
v | ) |
|
|
explicitstatic |
◆ operator DateTime()
static FaunaDB.Query.Expr.operator DateTime |
( |
Expr |
v | ) |
|
|
explicitstatic |
◆ operator DateTimeOffset()
static FaunaDB.Query.Expr.operator DateTimeOffset |
( |
Expr |
v | ) |
|
|
explicitstatic |
◆ operator double()
static FaunaDB.Query.Expr.operator double |
( |
Expr |
v | ) |
|
|
explicitstatic |
◆ operator Expr() [1/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
ActionType |
action | ) |
|
|
static |
◆ operator Expr() [2/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
bool |
b | ) |
|
|
static |
◆ operator Expr() [3/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
byte[] |
bytes | ) |
|
|
static |
◆ operator Expr() [4/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
DateTime |
dt | ) |
|
|
static |
◆ operator Expr() [5/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
DateTimeOffset |
dt | ) |
|
|
static |
◆ operator Expr() [6/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
Dictionary< string, Expr > |
dict | ) |
|
|
static |
◆ operator Expr() [7/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
double |
d | ) |
|
|
static |
◆ operator Expr() [8/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
int |
i | ) |
|
|
static |
◆ operator Expr() [9/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
long |
l | ) |
|
|
static |
◆ operator Expr() [10/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
Normalizer |
normalizer | ) |
|
|
static |
◆ operator Expr() [11/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
string |
s | ) |
|
|
static |
◆ operator Expr() [12/12]
static implicit FaunaDB.Query.Expr.operator Expr |
( |
TimeUnit |
unit | ) |
|
|
static |
◆ operator long()
static FaunaDB.Query.Expr.operator long |
( |
Expr |
v | ) |
|
|
explicitstatic |
◆ operator Normalizer()
static FaunaDB.Query.Expr.operator Normalizer |
( |
Expr |
normalizer | ) |
|
|
explicitstatic |
◆ operator string()
static FaunaDB.Query.Expr.operator string |
( |
Expr |
v | ) |
|
|
explicitstatic |
◆ operator TimeUnit()
static FaunaDB.Query.Expr.operator TimeUnit |
( |
Expr |
unit | ) |
|
|
explicitstatic |
◆ operator!=()
static bool FaunaDB.Query.Expr.operator!= |
( |
Expr |
a, |
|
|
Expr |
b |
|
) |
| |
|
static |
◆ operator==()
static bool FaunaDB.Query.Expr.operator== |
( |
Expr |
a, |
|
|
Expr |
b |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- /tmp/build/1a4543b4/fauna-csharp-repository/FaunaDB.Client/Query/Expr.cs
- /tmp/build/1a4543b4/fauna-csharp-repository/FaunaDB.Client/Query/Expr.Operators.cs