Fauna csharp driver  4.2.0
Static Public Member Functions | List of all members
FaunaDB.Types.LongV Class Reference

Represents a Long value in the FaunaDB query language. More...

Inheritance diagram for FaunaDB.Types.LongV:
FaunaDB.Types.ScalarValue< long >

Static Public Member Functions

static LongV Of (long v)
 

Additional Inherited Members

- Public Member Functions inherited from FaunaDB.Types.ScalarValue< long >
override bool Equals (Expr v)
 
override string ToString ()
 
- Protected Member Functions inherited from FaunaDB.Types.ScalarValue< long >
 ScalarValue (TWrapped value)
 
override int HashCode ()
 
- Properties inherited from FaunaDB.Types.ScalarValue< long >
TWrapped Value [get]
 

Detailed Description

Represents a Long value in the FaunaDB query language.

Definition at line 71 of file ScalarValue.cs.

Member Function Documentation

◆ Of()

static LongV FaunaDB.Types.LongV.Of ( long  v)
static

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