次の方法で共有


ConventionAnnotatable.GetAnnotations メソッド

定義

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

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)

戻り値

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

適用対象