AnnotatableBase.IAnnotatable.GetRuntimeAnnotations メソッド

定義

現在のオブジェクトのすべてのランタイム注釈を取得します。

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

戻り値

実装

適用対象