Condividi tramite


ConventionAnnotatable.IConventionAnnotatable.FindAnnotation(String) Metodo

Definizione

Ottiene l'annotazione con il nome specificato, restituendo null se non esiste.

[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

Parametri

name
String

Nome dell'annotazione da trovare.

Restituisce

Annotazione esistente se esiste già un'annotazione con il nome specificato. In caso contrario, null.

Implementazioni

Attributi

Si applica a