Share via


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>

適用於