ToolingFacade.GetContextTypes Method ()

 

Gets the fully qualified name of all types deriving from DbContext.

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

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public IEnumerable<string> GetContextTypes()

Return Value

Type: System.Collections.Generic.IEnumerable<String>

All context types found.