CSharpSnapshotGenerator.IgnoreAnnotationTypes(IList<IAnnotation>, String[]) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.