DbContextInfo.IsConstructible Property

 

Gets whether the underlying DbContext type can be created.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual bool IsConstructible { get; }

Property Value

Type: System.Boolean

true if the underlying DbContext type can be created; otherwise, false.