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

Tanım

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

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)

Parametreler

annotations
IEnumerable<IAnnotation>

Yok sayılacak olan ek açıklamalar.

Döndürülenler

IEnumerable<IAnnotation>

Filtrelenmiş ek açıklamalar.

Uygulamalar

Şunlara uygulanır