IMigrationsCodeGeneratorSelector Interface

Definition

Selects an IMigrationsCodeGenerator service for a given programming language.

public interface IMigrationsCodeGeneratorSelector
type IMigrationsCodeGeneratorSelector = interface
Public Interface IMigrationsCodeGeneratorSelector

Remarks

See Database migrations, and EF Core design-time services for more information and examples.

Methods

Select(String)

Selects an IMigrationsCodeGenerator service for a given programming language.

Applies to