C# Class System.Data.Entity.Infrastructure.ModelNamespaceConvention

This DbModelBuilder convention uses the namespace of the derived DbContext class as the namespace of the conceptual model built by Code First.
Inheritance: IConfigurationConvention
Afficher le fichier Open project: dotnet/ef6tools Class Usage Examples

Private Methods

Méthode Description
ApplyModelConfiguration ( ModelConfiguration modelConfiguration ) : void
ModelNamespaceConvention ( string modelNamespace ) : System.Data.Entity.ModelConfiguration.Configuration

Initializes a new instance of the ModelNamespaceConvention class.