CSharpSnapshotGenerator.GenerateNavigationAnnotations Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GenerateNavigationAnnotations(INavigation, IndentedStringBuilder) |
Genera il codice per le annotazioni in un riquadro di spostamento. |
GenerateNavigationAnnotations(String, INavigation, IndentedStringBuilder) |
Genera il codice per le annotazioni in un riquadro di spostamento. |
GenerateNavigationAnnotations(INavigation, IndentedStringBuilder)
- Origine:
- CSharpSnapshotGenerator.cs
Genera il codice per le annotazioni in un riquadro di spostamento.
protected virtual void GenerateNavigationAnnotations (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateNavigationAnnotations : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateNavigationAnnotations : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateNavigationAnnotations (navigation As INavigation, stringBuilder As IndentedStringBuilder)
Parametri
- navigation
- INavigation
Struttura di spostamento.
- stringBuilder
- IndentedStringBuilder
Il codice del generatore viene aggiunto a .
Si applica a
GenerateNavigationAnnotations(String, INavigation, IndentedStringBuilder)
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
Genera il codice per le annotazioni in un riquadro di spostamento.
protected virtual void GenerateNavigationAnnotations (string navigationBuilderName, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateNavigationAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateNavigationAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateNavigationAnnotations (navigationBuilderName As String, navigation As INavigation, stringBuilder As IndentedStringBuilder)
Parametri
- navigationBuilderName
- String
Nome della variabile del generatore.
- navigation
- INavigation
Struttura di spostamento.
- stringBuilder
- IndentedStringBuilder
Il codice del generatore viene aggiunto a .