Core classes for processing LINQ queries against a BrightstarDB Entity Framework context as SPARQL queries against the underlying BrightstarDB store
Classes
| Class | Description | |
|---|---|---|
| EntityFrameworkQueryable<(Of <(<'T>)>)> |
An implementation of IQueryable that translates LINQ to SPARQL
| |
| SparqlLinqQueryContext |
Manages the context information required during the processing of an entity framework LINQ query into SPARQL
| |
| SparqlOrdering |
Represents a single clause in the ORDER BY part of a SPARQL Query
| |
| SparqlQueryContext |
Manages the context information required during the processing of an entity framework query into SPARQL
|