Represents the base interface for a query fragment used for FQL query construction. More...
  
Public Member Functions | |
| void | Serialize (MappingContext ctx, Utf8FaunaWriter writer) | 
| Serializes the query fragment into the provided stream.   | |
Represents the base interface for a query fragment used for FQL query construction.
Definition at line 10 of file IQueryFragment.cs.
| void Fauna.IQueryFragment.Serialize | ( | MappingContext | ctx, | 
| Utf8FaunaWriter | writer | ||
| ) | 
Serializes the query fragment into the provided stream.
| writer | The writer to which the query fragment is serialized. | 
Implemented in Fauna.Query, Fauna.QueryExpr, Fauna.QueryLiteral, and Fauna.QueryVal.