Manages the context information required during the processing of an entity framework LINQ query into SPARQL

Namespace: BrightstarDB.EntityFramework.Query
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class SparqlLinqQueryContext : SparqlQueryContext
Visual Basic
Public Class SparqlLinqQueryContext
	Inherits SparqlQueryContext
Visual C++
public ref class SparqlLinqQueryContext : public SparqlQueryContext
F#
type SparqlLinqQueryContext =  
    class
        inherit SparqlQueryContext
    end

Inheritance Hierarchy

System..::..Object
  BrightstarDB.EntityFramework.Query..::..SparqlQueryContext
    BrightstarDB.EntityFramework.Query..::..SparqlLinqQueryContext

See Also