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>

适用于