IAnnotationCodeGenerator.FilterIgnoredAnnotations Methode

Definition

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

public 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>
Public 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.

Gilt für: