Fauna csharp driver  4.2.0
Public Member Functions | List of all members
FaunaDB.Query.Language.PathSelector Struct Reference

Builder for path selectors. More...

Public Member Functions

PathSelector At (params string[] others)
 Narrow to a specific path on a object node. More...
 
PathSelector At (params int[] others)
 Narrow to a specific element index on a array node. More...
 

Detailed Description

Builder for path selectors.

See the FaunaDB Miscellaneous Functions

Definition at line 16 of file Language.Values.cs.

Member Function Documentation

◆ At() [1/2]

PathSelector FaunaDB.Query.Language.PathSelector.At ( params int[]  others)

Narrow to a specific element index on a array node.

Parameters
othersA list of nested indexes
Returns
A new narrowed path

Definition at line 70 of file Language.Values.cs.

◆ At() [2/2]

PathSelector FaunaDB.Query.Language.PathSelector.At ( params string[]  others)

Narrow to a specific path on a object node.

Parameters
othersA list of nested fields
Returns
A new narrowed path

Definition at line 54 of file Language.Values.cs.


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