Megosztás a következőn keresztül:


IAnnotationCodeGenerator.FilterIgnoredAnnotations Method

Definition

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

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)

Parameters

annotations
IEnumerable<IAnnotation>

The annotations from which to filter the ignored ones.

Returns

The filtered annotations.

Applies to