Udostępnij za pośrednictwem


IAnnotationCodeGenerator.FilterIgnoredAnnotations Metoda

Definicja

Filtruje adnotacje, w annotations których kod nigdy nie powinien być generowany.

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)

Parametry

annotations
IEnumerable<IAnnotation>

Adnotacje, z których należy filtrować ignorowane.

Zwraca

Odfiltrowane adnotacje.

Dotyczy