次の方法で共有


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

参照

参照

DbMigrationsConfiguration クラス

System.Data.Entity.Migrations 名前空間