Sdílet prostřednictvím


IMutableEntityType.FindProperties(IReadOnlyList<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.IMutableProperty>? FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
abstract member FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
override this.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
Public Overridable Function FindProperties (propertyNames As IReadOnlyList(Of String)) As IReadOnlyList(Of IMutableProperty)

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 nenajde vlastnosti navigace ani služby.

Platí pro