Sdílet prostřednictvím


RuntimeTypeBase.FindComplexProperty(String) Metoda

Definice

Získá komplexní vlastnost se zadaným názvem. Vrátí null , pokud není definována žádná vlastnost s daným názvem.

public virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty? FindComplexProperty (string name);
abstract member FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty
override this.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.RuntimeComplexProperty
Public Overridable Function FindComplexProperty (name As String) As RuntimeComplexProperty

Parametry

name
String

Název vlastnosti

Návraty

Vlastnost nebo null pokud nebyla nalezena žádná.

Platí pro