IAnnotationCodeGenerator.FilterIgnoredAnnotations(IEnumerable<IAnnotation>) Yöntem

Tanım

İçindeki annotations kodun asla üretilmemesi gereken ek açıklamaları filtreler.

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)

Parametreler

annotations
IEnumerable<IAnnotation>

Yok sayılacak olan ek açıklamalar.

Döndürülenler

IEnumerable<IAnnotation>

Filtrelenmiş ek açıklamalar.

Şunlara uygulanır