次の方法で共有


IMigrationsCodeGeneratorSelector.Select(String) メソッド

定義

特定の IMigrationsCodeGenerator プログラミング言語のサービスを選択します。

public Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator Select (string language);
public Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator Select (string? language);
abstract member Select : string -> Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator
Public Function Select (language As String) As IMigrationsCodeGenerator

パラメーター

language
String

プログラミング言語。

戻り値

IMigrationsCodeGenerator

適用対象