ICSharpSnapshotGenerator.Generate Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Generate(String, IModel, IndentedStringBuilder) |
Generuje kod do utworzenia obiektu IModel. |
Generate(String, IModel, IndentedStringBuilder) |
Generuje kod do utworzenia obiektu IModel. |
Generate(String, IModel, IndentedStringBuilder)
- Źródło:
- ICSharpSnapshotGenerator.cs
- Źródło:
- ICSharpSnapshotGenerator.cs
- Źródło:
- ICSharpSnapshotGenerator.cs
Generuje kod do utworzenia obiektu IModel.
public void Generate (string builderName, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member Generate : string * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Public Sub Generate (builderName As String, model As IModel, stringBuilder As IndentedStringBuilder)
Parametry
- builderName
- String
Nazwa zmiennej ModelBuilder .
- model
- IModel
Model.
- stringBuilder
- IndentedStringBuilder
Kod konstruktora jest dodawany do elementu .
Dotyczy
Generate(String, IModel, IndentedStringBuilder)
Generuje kod do utworzenia obiektu IModel.
public void Generate (string builderName, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member Generate : string * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Public Sub Generate (builderName As String, model As IModel, stringBuilder As IndentedStringBuilder)
Parametry
- builderName
- String
Nazwa zmiennej ModelBuilder .
- model
- IModel
Model.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Kod konstruktora jest dodawany do elementu .