AnnotatableBase.GetAnnotation(String) 方法

定义

获取具有给定名称的批注,如果不存在,则引发该批注。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation GetAnnotation (string annotationName);
abstract member GetAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.GetAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Overridable Function GetAnnotation (annotationName As String) As Annotation

参数

annotationName
String

要查找的批注的键。

返回

具有指定名称的注释。

适用于