Sdílet prostřednictvím


RuntimeTypeBase.ITypeBase.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.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IComplexProperty ITypeBase.FindComplexProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IComplexProperty
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IComplexProperty
Function FindComplexProperty (name As String) As IComplexProperty Implements ITypeBase.FindComplexProperty

Parametry

name
String

Název vlastnosti

Návraty

Vlastnost nebo null pokud nebyla nalezena žádná.

Implementuje

Atributy

Platí pro