30 public string Id {
get; }
Represents a module, a singleton object grouping related functionalities. Modules are serialized as @...
A class wrapping a non-null document returned by Fauna.
A class representing a null document returned by Fauna.
NullDocument(string id, Module collection, string cause)
string Cause
The Cause for the null document.
string Id
The ID of the null document.
Module Collection
The Collection.
A wrapper class that allows Document and user-defined classes to be null references.
NullableDocument(T? value)
T? Value
The wrapped value.