MutableAnnotatableExtensions.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.Infrastructure.IAnnotation GetAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, string annotationName);
static member GetAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
<Extension()>
Public Function GetAnnotation (annotatable As IMutableAnnotatable, annotationName As String) As IAnnotation

Parâmetros

annotatable
IMutableAnnotatable

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