Go to the source code of this file.
Classes | |
| class | Fauna.Linq.DataContext |
| An abstract class representing a DataContext. This is a special type of Fauna client that can be used to execute LINQ-style queries. More... | |
| class | Fauna.Linq.DataContext.NameAttribute |
| An attribute representing a collection name. More... | |
| interface | Fauna.Linq.DataContext.ICollection |
| An interface for a Fauna collection within a DataContext. More... | |
| class | Fauna.Linq.DataContext.Collection< Doc > |
| An abstract collection. This should be implemented for each collection in the database. More... | |
| class | Fauna.Linq.DataContext.Collection< Doc >.IndexCall |
| A class representing an index call. More... | |
| interface | Fauna.Linq.DataContext.IIndex |
| An interface representing an index query source. More... | |
| class | Fauna.Linq.DataContext.Index< Doc > |
| A class representing an index query source. More... | |
| interface | Fauna.Linq.DataContext.IFunction |
| An interface representing a function. More... | |
| class | Fauna.Linq.DataContext.FunctionCall< T > |
| A class representing a function call. More... | |
Namespaces | |
| namespace | Fauna |
| namespace | Fauna.Linq |