CSharpSnapshotGenerator.IgnoreAnnotationTypes(IList<IAnnotation>, String[]) Yöntem

Tanım

Yoksayılan ek açıklamaları kaldırır.

protected virtual void IgnoreAnnotationTypes (System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations, params string[] annotationPrefixes);
abstract member IgnoreAnnotationTypes : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * string[] -> unit
override this.IgnoreAnnotationTypes : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> * string[] -> unit
Protected Overridable Sub IgnoreAnnotationTypes (annotations As IList(Of IAnnotation), ParamArray annotationPrefixes As String())

Parametreler

annotations
IList<IAnnotation>

Kaldırılacak ek açıklamalar.

annotationPrefixes
String[]

Yoksayılan ek açıklama ön ekleri.

Şunlara uygulanır