Udostępnij za pośrednictwem


AnnotatableBase.IReadOnlyAnnotatable.FindAnnotation(String) Metoda

Definicja

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

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IReadOnlyAnnotatable.FindAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IReadOnlyAnnotatable.FindAnnotation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IReadOnlyAnnotatable.FindAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function FindAnnotation (name As String) As IAnnotation Implements IReadOnlyAnnotatable.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