C# Класс 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.
Наследование: IConfigurationConvention
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
ApplyModelConfiguration ( ModelConfiguration modelConfiguration ) : void
ModelNamespaceConvention ( string modelNamespace ) : System.Data.Entity.ModelConfiguration.Configuration

Initializes a new instance of the ModelNamespaceConvention class.