Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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.QueryObj Fauna.QueryVal Fauna.QueryExpr Fauna.QueryObj 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, Fauna.QueryObj, and Fauna.QueryVal.


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