Udostępnij za pośrednictwem


RuntimeEntityType.FindProperties(IEnumerable<String>) Metoda

Definicja

Znajduje pasujące właściwości dla danego typu jednostki. Zwraca wartość null , jeśli nie znaleziono żadnej właściwości.

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>

Nazwy właściwości.

Zwraca

Właściwości lub null jeśli nie znaleziono żadnej właściwości.

Uwagi

Ten interfejs API znajduje tylko właściwości skalarne i nie znajduje nawigacji ani właściwości usługi.

Dotyczy