IConventionAnnotatable.FindAnnotation(String) 方法

定义

获取具有给定名称的批注,如果不存在,则返回 null

public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation FindAnnotation (string name);
public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? FindAnnotation (string name);
abstract member FindAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Public Function FindAnnotation (name As String) As IConventionAnnotation

参数

name
String

要查找的批注的名称。

返回

如果已存在具有指定名称的批注,则为现有批注。 否则为 null

适用于