Share via


ConventionAnnotatable.GetAnnotations Method

Definition

Gets all annotations on the current object.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation> GetAnnotations ();
override this.GetAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation>
Public Overridable Function GetAnnotations () As IEnumerable(Of ConventionAnnotation)

Returns

IEnumerable<Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation>

Applies to