CSharpSnapshotGenerator.GenerateAnnotation 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
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
Genera código para una anotación que no tiene una llamada API fluida. |
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
Genera código para una anotación. |
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
- Source:
- CSharpSnapshotGenerator.cs
Genera código para una anotación que no tiene una llamada API fluida.
protected virtual void GenerateAnnotation (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)
Parámetros
- annotation
- IAnnotation
Anotación.
- stringBuilder
- IndentedStringBuilder
El código del generador se agrega a .
Se aplica a
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
- Source:
- CSharpSnapshotGenerator.cs
Genera código para una anotación.
protected virtual void GenerateAnnotation (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateAnnotation : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotation (annotation As IAnnotation, stringBuilder As IndentedStringBuilder)
Parámetros
- annotation
- IAnnotation
Anotación.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
El código del generador se agrega a .