Create a new queryable context

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

Syntax

C#
public EntityFrameworkQueryable(
	EntityContext context
)
Visual Basic
Public Sub New ( 
	context As EntityContext
)
Visual C++
public:
EntityFrameworkQueryable(
	EntityContext^ context
)
F#
new : 
        context : EntityContext -> EntityFrameworkQueryable

Parameters

context
Type: BrightstarDB.EntityFramework..::..EntityContext
The entity framework context to be queried

See Also