Sdílet prostřednictvím


IReadOnlyEntityType.FindProperties(IReadOnlyList<String>) Metoda

Definice

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

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>? FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
abstract member FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
Public Function FindProperties (propertyNames As IReadOnlyList(Of String)) As IReadOnlyList(Of IReadOnlyProperty)

Parametry

propertyNames
IReadOnlyList<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 nenalezne vlastnosti navigace.

Platí pro