IAnnotationCodeGenerator.FilterIgnoredAnnotations Метод

Определение

Фильтрует заметки в annotations , для которых никогда не следует создавать код.

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)

Параметры

annotations
IEnumerable<IAnnotation>

Заметки, из которых фильтруются игнорируемые.

Возвращаемое значение

Отфильтрованные заметки.

Применяется к