Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
Fauna.IQueryFragment Interface Reference

Represents the base interface for a query fragment used for FQL query construction. More...

Inheritance diagram for Fauna.IQueryFragment:
Fauna.Query Fauna.QueryExpr Fauna.QueryLiteral Fauna.QueryVal Fauna.QueryExpr Fauna.QueryVal

Public Member Functions

void Serialize (MappingContext ctx, Utf8FaunaWriter writer)
 Serializes the query fragment into the provided stream.
 

Detailed Description

Represents the base interface for a query fragment used for FQL query construction.

Definition at line 10 of file IQueryFragment.cs.

Member Function Documentation

◆ Serialize()

void Fauna.IQueryFragment.Serialize ( MappingContext ctx,
Utf8FaunaWriter writer )

Serializes the query fragment into the provided stream.

Parameters
ctxThe context to be used during serialization.
writerThe writer to which the query fragment is serialized.

Implemented in Fauna.Query, Fauna.QueryExpr, Fauna.QueryLiteral, and Fauna.QueryVal.


The documentation for this interface was generated from the following file: