Compartilhar via


ConventionAnnotatable.IConventionAnnotatable.FindAnnotation(String) Método

Definição

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

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation IConventionAnnotatable.FindAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? IConventionAnnotatable.FindAnnotation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Function FindAnnotation (name As String) As IConventionAnnotation Implements IConventionAnnotatable.FindAnnotation

Parâmetros

name
String

O nome da anotação a encontrar.

Retornos

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

Implementações

Atributos

Aplica-se a