IAnnotatable.GetRuntimeAnnotations 方法

定义

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

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

返回

适用于