AnnotatableBase.FindRuntimeAnnotation(String) Método

Definição

Obtém a anotação de runtime com o nome fornecido, retornando null se ela não existir.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation? FindRuntimeAnnotation (string name);
abstract member FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Overridable Function FindRuntimeAnnotation (name As String) As Annotation

Parâmetros

name
String

A chave da anotação a ser encontrada.

Retornos

A anotação existente se já existir uma anotação com o nome especificado. Caso contrário, null.

Aplica-se a