CSharpSnapshotGenerator.GenerateForeignKeyAnnotations 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
GenerateForeignKeyAnnotations(IForeignKey, IndentedStringBuilder) |
Generuje kod adnotacji w kluczu obcym. |
GenerateForeignKeyAnnotations(String, IForeignKey, IndentedStringBuilder) |
Generuje kod adnotacji w kluczu obcym. |
GenerateForeignKeyAnnotations(IForeignKey, IndentedStringBuilder) |
Generuje kod adnotacji w kluczu obcym. |
GenerateForeignKeyAnnotations(IForeignKey, 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 obcym.
protected virtual void GenerateForeignKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateForeignKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateForeignKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateForeignKeyAnnotations (foreignKey As IForeignKey, stringBuilder As IndentedStringBuilder)
Parametry
- foreignKey
- IForeignKey
Klucz obcy.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Kod konstruktora jest dodawany do elementu .
Dotyczy
GenerateForeignKeyAnnotations(String, IForeignKey, 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 obcym.
protected virtual void GenerateForeignKeyAnnotations (string foreignKeyBuilderName, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateForeignKeyAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateForeignKeyAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateForeignKeyAnnotations (foreignKeyBuilderName As String, foreignKey As IForeignKey, stringBuilder As IndentedStringBuilder)
Parametry
- foreignKeyBuilderName
- String
Nazwa zmiennej konstruktora.
- foreignKey
- IForeignKey
Klucz obcy.
- stringBuilder
- IndentedStringBuilder
Kod konstruktora jest dodawany do elementu .
Dotyczy
GenerateForeignKeyAnnotations(IForeignKey, IndentedStringBuilder)
- Źródło:
- CSharpSnapshotGenerator.cs
Generuje kod adnotacji w kluczu obcym.
protected virtual void GenerateForeignKeyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateForeignKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateForeignKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateForeignKeyAnnotations (foreignKey As IForeignKey, stringBuilder As IndentedStringBuilder)
Parametry
- foreignKey
- IForeignKey
Klucz obcy.
- stringBuilder
- IndentedStringBuilder
Kod konstruktora jest dodawany do elementu .