DbMigrationsConfiguration.CodeGenerator - свойство
[Эта страница относится к документации к Entity Framework 6. Последняя версия доступна в составе пакета Entity Framework NuGet. Дополнительные сведения об Entity Framework см. в разделе msdn.com/data/ef.]
Возвращает или задает генератор кода для использования при создании шаблонов миграции.
Пространство имен: System.Data.Entity.Migrations
Сборка: EntityFramework (в EntityFramework.dll)
Синтаксис
'Декларация
Public Property CodeGenerator As MigrationCodeGenerator
Get
Set
'Применение
Dim instance As DbMigrationsConfiguration
Dim value As MigrationCodeGenerator
value = instance.CodeGenerator
instance.CodeGenerator = value
public MigrationCodeGenerator CodeGenerator { get; set; }
public:
property MigrationCodeGenerator^ CodeGenerator {
MigrationCodeGenerator^ get ();
void set (MigrationCodeGenerator^ value);
}
member CodeGenerator : MigrationCodeGenerator with get, set
function get CodeGenerator () : MigrationCodeGenerator
function set CodeGenerator (value : MigrationCodeGenerator)
Значение свойства
Тип: System.Data.Entity.Migrations.Design.MigrationCodeGenerator