IReadOnlyAnnotatable.GetAnnotation(String) Método

Definição

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

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

Parâmetros

annotationName
String

A chave da anotação a ser encontrada.

Retornos

A anotação com o nome especificado.

Aplica-se a