Share via


AnnotationCodeGenerator.FilterIgnoredAnnotations Methode

Definition

Filtert Anmerkungen in annotations heraus, für die nie Code generiert werden soll.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> FilterIgnoredAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member FilterIgnoredAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.FilterIgnoredAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Overridable Function FilterIgnoredAnnotations (annotations As IEnumerable(Of IAnnotation)) As IEnumerable(Of IAnnotation)

Parameter

annotations
IEnumerable<IAnnotation>

Die Anmerkungen, aus denen die ignorierten gefiltert werden sollen.

Gibt zurück

Die gefilterten Anmerkungen.

Implementiert

Gilt für: