Udostępnij za pośrednictwem


ConventionAnnotatable.IConventionAnnotatable.FindAnnotation(String) Metoda

Definicja

Pobiera adnotację o podanej nazwie, zwracając null ją, jeśli nie istnieje.

[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

Parametry

name
String

Nazwa adnotacji do znalezienia.

Zwraca

Istniejąca adnotacja, jeśli adnotacja o określonej nazwie już istnieje. W przeciwnym razie wartość null.

Implementuje

Atrybuty

Dotyczy