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

適用対象