CSharpSnapshotGenerator.GenerateAnnotations Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GenerateAnnotations(IEnumerable<IAnnotation>, IndentedStringBuilder) |
Создает код для заметок. |
GenerateAnnotations(IReadOnlyList<IAnnotation>, IndentedStringBuilder) |
Создает код для заметок. |
GenerateAnnotations(IEnumerable<IAnnotation>, IndentedStringBuilder)
- Исходный код:
- CSharpSnapshotGenerator.cs
Создает код для заметок.
protected virtual void GenerateAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotations (annotations As IEnumerable(Of IAnnotation), stringBuilder As IndentedStringBuilder)
Параметры
- annotations
- IEnumerable<IAnnotation>
Заметки.
- stringBuilder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
GenerateAnnotations(IReadOnlyList<IAnnotation>, IndentedStringBuilder)
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
Создает код для заметок.
protected virtual void GenerateAnnotations (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateAnnotations : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateAnnotations : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateAnnotations (annotations As IReadOnlyList(Of IAnnotation), stringBuilder As IndentedStringBuilder)
Параметры
- annotations
- IReadOnlyList<IAnnotation>
Заметки.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Entity Framework