Sdílet prostřednictvím


AnnotatableBase.IAnnotatable.FindRuntimeAnnotation(String) Metoda

Definice

Získá poznámku modulu runtime se zadaným názvem a vrátí null , pokud neexistuje.

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

Parametry

name
String

Název poznámky, která se má najít.

Návraty

Existující poznámku modulu runtime, pokud již existuje anotace se zadaným názvem. V opačném případě hodnota null.

Implementuje

Platí pro