An implementation of IQueryable that translates LINQ to SPARQL

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

Syntax

C#
public class EntityFrameworkQueryable<T> : QueryableBase<T>
Visual Basic
Public Class EntityFrameworkQueryable(Of T)
	Inherits QueryableBase(Of T)
Visual C++
generic<typename T>
public ref class EntityFrameworkQueryable : public QueryableBase<T>
F#
type EntityFrameworkQueryable<'T> =  
    class
        inherit QueryableBase<'T>
    end

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  QueryableBase<(Of <(<'T>)>)>
    BrightstarDB.EntityFramework.Query..::..EntityFrameworkQueryable<(Of <(<'T>)>)>
      BrightstarDB.EntityFramework..::..BrightstarEntitySet<(Of <(<'T>)>)>

See Also