Sdílet prostřednictvím


RuntimeTypeBase.FindProperties(IEnumerable<String>) Metoda

Definice

Vyhledá odpovídající vlastnosti pro daný typ entity. Vrátí, null pokud nebyla nalezena nějaká vlastnost.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>? FindProperties (System.Collections.Generic.IEnumerable<string> propertyNames);
abstract member FindProperties : seq<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>
override this.FindProperties : seq<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty>
Public Overridable Function FindProperties (propertyNames As IEnumerable(Of String)) As IReadOnlyList(Of RuntimeProperty)

Parametry

propertyNames
IEnumerable<String>

Názvy vlastností.

Návraty

Vlastnosti nebo null pokud nebyla nalezena žádná vlastnost.

Poznámky

Toto rozhraní API vyhledá pouze skalární vlastnosti a nenajde navigace ani vlastnosti služby.

Platí pro