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

Parâmetros

annotatable
IAnnotatable

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