IAnnotatable.FindRuntimeAnnotation(String) 方法

定义

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

public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? FindRuntimeAnnotation (string name);
abstract member FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function FindRuntimeAnnotation (name As String) As IAnnotation

参数

name
String

要查找的批注的名称。

返回

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

适用于