共用方式為


AnnotatableBase.FindRuntimeAnnotation(String) 方法

定義

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

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

參數

name
String

要尋找之注釋的索引鍵。

傳回

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

適用於