Share via


AnnotationCodeGenerator.FilterIgnoredAnnotations Method

Definition

Filters out annotations in annotations for which code should never be generated.

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)

Parameters

annotations
IEnumerable<IAnnotation>

The annotations from which to filter the ignored ones.

Returns

The filtered annotations.

Implements

Applies to