Proprietà DbMigrationsConfiguration.CodeGenerator
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene o imposta il generatore di codice da utilizzare durante lo scaffolding delle migrazioni.
Spazio dei nomi: System.Data.Entity.Migrations
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Property CodeGenerator As MigrationCodeGenerator
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Data.Entity.Migrations.Design.MigrationCodeGenerator