CSharpSnapshotGenerator.GenerateAnnotation Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
Создает код для заметки, которая не имеет текучий вызов API. |
GenerateAnnotation(IAnnotation, IndentedStringBuilder) |
Создает код для заметки. |
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
- Исходный код:
- CSharpSnapshotGenerator.cs
Создает код для заметки, которая не имеет текучий вызов API.
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)
Параметры
- annotation
- IAnnotation
Примечание.
- stringBuilder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
GenerateAnnotation(IAnnotation, IndentedStringBuilder)
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
Создает код для заметки.
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)
Параметры
- annotation
- IAnnotation
Примечание.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Entity Framework