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

적용 대상