AnnotatableBase.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.

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.FindRuntimeAnnotation (string name);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.FindRuntimeAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function FindRuntimeAnnotation (name As String) As IAnnotation Implements IAnnotatable.FindRuntimeAnnotation

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.

Implementações

Aplica-se a