Sdílet prostřednictvím


IAnnotationCodeGenerator.FilterIgnoredAnnotations Metoda

Definice

Filtruje poznámky, annotations pro které by se kód nikdy neměl generovat.

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>

Poznámky, ze kterých se mají filtrovat ignorované poznámky.

Návraty

Filtrované poznámky.

Platí pro