IReadOnlyAnnotatable.GetAnnotations 方法

定义

获取当前对象上的所有批注。

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

返回

适用于