CSharpMigrationOperationGenerator.OldAnnotations 메서드

정의

오버로드

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

제거된 Annotation 개체에 대한 코드를 생성합니다.

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

제거된 Annotation 개체에 대한 코드를 생성합니다.

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

제거된 Annotation 개체에 대한 코드를 생성합니다.

protected virtual void OldAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder builder);
abstract member OldAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.OldAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub OldAnnotations (annotations As IEnumerable(Of Annotation), builder As IndentedStringBuilder)

매개 변수

annotations
IEnumerable<Annotation>

주석입니다.

builder
IndentedStringBuilder

작성기 코드가 에 추가됩니다.

적용 대상

OldAnnotations(IEnumerable<Annotation>, IndentedStringBuilder)

제거된 Annotation 개체에 대한 코드를 생성합니다.

protected virtual void OldAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder builder);
abstract member OldAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.OldAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub OldAnnotations (annotations As IEnumerable(Of Annotation), builder As IndentedStringBuilder)

매개 변수

annotations
IEnumerable<Annotation>

주석입니다.

builder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

작성기 코드가 에 추가됩니다.

적용 대상