Represents the abstract base class for constructing FQL queries.
More...
|
| void | Serialize (MappingContext ctx, Utf8FaunaWriter writer) |
| | Serializes the query into the provided stream.
|
| |
| override int | GetHashCode () |
| | Returns a hash code for the current query.
|
| |
| override bool | Equals (object? otherObject) |
| | Determines whether the specified object is equal to the current query.
|
| |
| bool | Equals (Query? otherQuery) |
| | Determines whether the specified Query is equal to the current query.
|
| |
Represents the abstract base class for constructing FQL queries.
Definition at line 10 of file Query.cs.
◆ Equals() [1/2]
| override bool Fauna.Query.Equals |
( |
object? | otherObject | ) |
|
|
abstract |
Determines whether the specified object is equal to the current query.
- Parameters
-
| otherObject | The object to compare with the current query. |
- Returns
- true if the specified object is equal to the current query; otherwise, false.
◆ Equals() [2/2]
| bool Fauna.Query.Equals |
( |
Query? | otherQuery | ) |
|
|
abstract |
Determines whether the specified Query is equal to the current query.
- Parameters
-
| otherQuery | The Query to compare with the current query. |
- Returns
- true if the specified Query is equal to the current query; otherwise, false.
◆ FQL()
Constructs an FQL query using the specified QueryStringHandler.
- Parameters
-
- Returns
- A Query instance constructed from the handler.
Definition at line 44 of file Query.cs.
◆ GetHashCode()
| override int Fauna.Query.GetHashCode |
( |
| ) |
|
|
abstract |
Returns a hash code for the current query.
- Returns
- A hash code for the current query.
◆ Serialize()
Serializes the query into the provided stream.
- Parameters
-
| ctx | The context to be used during serialization. |
| writer | The writer to which the query is serialized. |
Implements Fauna.IQueryFragment.
The documentation for this class was generated from the following file: