Sdílet prostřednictvím


CSharpSnapshotGenerator.IgnoreAnnotations Metoda

Definice

Odebere ignorované poznámky.

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

Parametry

annotations
IList<IAnnotation>

Poznámky, ze které se mají odebrat.

annotationNames
String[]

Ignorované názvy poznámek.

Platí pro