IReadOnlyAnnotatable.GetAnnotation(String) メソッド

定義

指定した名前の注釈を取得し、存在しない場合は をスローします。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation GetAnnotation (string annotationName);
abstract member GetAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.GetAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Overridable Function GetAnnotation (annotationName As String) As IAnnotation

パラメーター

annotationName
String

検索する注釈のキー。

戻り値

指定した名前の注釈。

適用対象