CSharpSnapshotGenerator.IgnoreAnnotationTypes Method

Definition

Removes ignored annotations.

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())

Parameters

annotations
IList<IAnnotation>

The annotations to remove from.

annotationPrefixes
String[]

The ignored annotation prefixes.

Applies to