IMigrationsCodeGeneratorSelector 接口

定义

IMigrationsCodeGenerator为给定的编程语言选择一个服务。

public interface IMigrationsCodeGeneratorSelector
type IMigrationsCodeGeneratorSelector = interface
Public Interface IMigrationsCodeGeneratorSelector

注解

有关详细信息和示例,请参阅 数据库迁移EF Core 设计时服务

方法

Select(String)

IMigrationsCodeGenerator为给定的编程语言选择一个服务。

适用于