共用方式為


AnnotatableBase.IAnnotatable.FindRuntimeAnnotation(String) 方法

定義

取得具有指定名稱的執行時間批註,如果不存在,則 null 傳回 。

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.FindRuntimeAnnotation (string name);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.FindRuntimeAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function FindRuntimeAnnotation (name As String) As IAnnotation Implements IAnnotatable.FindRuntimeAnnotation

參數

name
String

要尋找之註解的名稱。

傳回

如果具有指定名稱的注釋已經存在,則為現有的執行時間批註。 否則為 null

實作

適用於