CSharpSnapshotGenerator.GenerateNavigationAnnotations Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GenerateNavigationAnnotations(INavigation, IndentedStringBuilder) |
Genera código para las anotaciones en una navegación. |
GenerateNavigationAnnotations(String, INavigation, IndentedStringBuilder) |
Genera código para las anotaciones en una navegación. |
GenerateNavigationAnnotations(INavigation, IndentedStringBuilder)
- Source:
- CSharpSnapshotGenerator.cs
Genera código para las anotaciones en una navegación.
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)
Parámetros
- navigation
- INavigation
Navegación.
- stringBuilder
- IndentedStringBuilder
El código del generador se agrega a .
Se aplica a
GenerateNavigationAnnotations(String, INavigation, IndentedStringBuilder)
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
Genera código para las anotaciones en una navegación.
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)
Parámetros
- navigationBuilderName
- String
Nombre de la variable del generador.
- navigation
- INavigation
Navegación.
- stringBuilder
- IndentedStringBuilder
El código del generador se agrega a .