共用方式為


Annotatable.IAnnotatable.GetAnnotations 方法

定義

取得目前 物件上的所有批註。

System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> IAnnotatable.GetAnnotations ();
[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> IAnnotatable.GetAnnotations ();
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.GetAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.GetAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.GetAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.GetAnnotations : unit -> seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation>
Function GetAnnotations () As IEnumerable(Of IAnnotation) Implements IAnnotatable.GetAnnotations

傳回

實作

屬性

適用於