AnnotatableBase.GetRuntimeAnnotations 方法

定义

获取当前对象上的所有运行时注释。

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> GetRuntimeAnnotations ();
abstract member GetRuntimeAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation>
override this.GetRuntimeAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation>
Public Overridable Function GetRuntimeAnnotations () As IEnumerable(Of Annotation)

返回

适用于