Sdílet prostřednictvím


IAnnotatable.FindRuntimeAnnotation(String) Metoda

Definice

Získá poznámku modulu runtime s daným názvem, vrátí null , pokud neexistuje.

public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? FindRuntimeAnnotation (string name);
abstract member FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function FindRuntimeAnnotation (name As String) As IAnnotation

Parametry

name
String

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

Návraty

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

Platí pro