CSharpSnapshotGenerator.GenerateKeyAnnotations 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
GenerateKeyAnnotations(IKey, IndentedStringBuilder) |
Generuje kod adnotacji w kluczu. |
GenerateKeyAnnotations(String, IKey, IndentedStringBuilder) |
Generuje kod adnotacji w kluczu. |
GenerateKeyAnnotations(IKey, IndentedStringBuilder)
- Źródło:
- CSharpSnapshotGenerator.cs
Generuje kod adnotacji w kluczu.
protected virtual void GenerateKeyAnnotations(Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateKeyAnnotations (key As IKey, stringBuilder As IndentedStringBuilder)
Parametry
- key
- IKey
Klucz.
- stringBuilder
- IndentedStringBuilder
Kod konstruktora jest dodawany do.
Dotyczy
GenerateKeyAnnotations(String, IKey, IndentedStringBuilder)
- Źródło:
- CSharpSnapshotGenerator.cs
- Źródło:
- CSharpSnapshotGenerator.cs
- Źródło:
- CSharpSnapshotGenerator.cs
- Źródło:
- CSharpSnapshotGenerator.cs
Generuje kod adnotacji w kluczu.
protected virtual void GenerateKeyAnnotations(string keyBuilderName, Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateKeyAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateKeyAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateKeyAnnotations (keyBuilderName As String, key As IKey, stringBuilder As IndentedStringBuilder)
Parametry
- keyBuilderName
- String
Nazwa zmiennej konstruktora.
- key
- IKey
Klucz.
- stringBuilder
- IndentedStringBuilder
Kod konstruktora jest dodawany do.
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.