AnnotatableBase.IAnnotatable.GetRuntimeAnnotations Method

Definition

Gets all the runtime annotations on the current object.

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

Returns

Implements

Applies to