IReadOnlyAnnotatable.GetAnnotations メソッド

定義

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

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

戻り値

適用対象