Udostępnij za pośrednictwem


IScaffoldingProviderCodeGenerator Interfejs

Definicja

Przestroga

Use IProviderCodeGenerator instead.

Usługa zwykle implementowana przez dostawców baz danych w celu generowania fragmentów kodu na potrzeby inżynierii odwrotnej.

public interface IScaffoldingProviderCodeGenerator
[System.Obsolete("Use IProviderCodeGenerator instead.")]
public interface IScaffoldingProviderCodeGenerator
type IScaffoldingProviderCodeGenerator = interface
[<System.Obsolete("Use IProviderCodeGenerator instead.")>]
type IScaffoldingProviderCodeGenerator = interface
Public Interface IScaffoldingProviderCodeGenerator
Atrybuty

Metody

GenerateUseProvider(String, String)
Przestarzałe.

Generuje fragment kodu, na .UseSqlServer("Database=Foo") przykład, którego można użyć w OnConfiguring(DbContextOptionsBuilder) metodzie wygenerowanego obiektu DbContext.

Dotyczy