IAnnotatable.GetRuntimeAnnotations Method

Definition

Gets all the runtime annotations on the current object.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> GetRuntimeAnnotations ();
abstract member GetRuntimeAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Public Function GetRuntimeAnnotations () As IEnumerable(Of IAnnotation)

Returns

Applies to