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