Condividi tramite


IAnnotationCodeGenerator.FilterIgnoredAnnotations Metodo

Definizione

Filtra le annotazioni in annotations per cui il codice non deve mai essere generato.

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)

Parametri

annotations
IEnumerable<IAnnotation>

Annotazioni da cui filtrare quelle ignorate.

Restituisce

Annotazioni filtrate.

Si applica a