ConventionAnnotatableExtensions.GetAnnotation Método

Definição

Obtém a anotação com o nome fornecido, lançando se ela não existir.

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

Parâmetros

annotatable
IConventionAnnotatable

O objeto no qual localizar a anotação.

annotationName
String

A chave da anotação a ser encontrada.

Retornos

A anotação com o nome especificado.

Aplica-se a