ConventionAnnotatable.IConventionAnnotatable.GetAnnotations 方法

定义

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

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

返回

实现

属性

适用于