ConventionAnnotatableExtensions.GetAnnotation メソッド

定義

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

public static Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation GetAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable annotatable, string annotationName);
static member GetAnnotation : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable * string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
<Extension()>
Public Function GetAnnotation (annotatable As IConventionAnnotatable, annotationName As String) As IConventionAnnotation

パラメーター

annotatable
IConventionAnnotatable

注釈を検索するオブジェクト。

annotationName
String

検索する注釈のキー。

戻り値

指定した名前の注釈。

適用対象