IEntityFrameworkService Interface
Provides infrastructure services for scaffolding Entity Framework.
Assembly: Microsoft.AspNet.Scaffolding.EntityFramework.12.0 (in Microsoft.AspNet.Scaffolding.EntityFramework.12.0.dll)
The IEntityFrameworkService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dependencies | Gets a list of NuGetPackage dependencies required in order to use Entity Framework. |
| Name | Description | |
|---|---|---|
![]() | AddRequiredEntity | Gets the ModelMetadata for the provided context type and entity type. If an Entity Framework context type does not exist matching the given type name, it will be created. If the context does not contain a entity set property matching the provided entity type, then a property will be added. |
![]() | GetPluralizedWord | Gets the plural form of word for the provided culture. |
![]() | GetSingularizedWord | Gets the singular form of word for the passed in culture. |
Show:
