IAnnotatable.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 Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? FindRuntimeAnnotation (string name);
abstract member FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function FindRuntimeAnnotation (name As String) As IAnnotation

Parâmetros

name
String

O nome da anotação a encontrar.

Retornos

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

Aplica-se a