ConventionAnnotatableExtensions.GetAnnotation 方法

定义

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

public static Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation GetAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable annotatable, string annotationName);
static member GetAnnotation : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable * string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
<Extension()>
Public Function GetAnnotation (annotatable As IConventionAnnotatable, annotationName As String) As IConventionAnnotation

参数

annotatable
IConventionAnnotatable

要查找批注的对象。

annotationName
String

要查找的批注的键。

返回

具有指定名称的批注。

适用于