Aracılığıyla paylaş


IReadOnlyTypeBase.FindProperties(IReadOnlyList<String>) Yöntem

Tanım

Verilen türdeki eşleşen özellikleri bulur. Herhangi bir özellik bulunamazsa döndürür null .

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)

Parametreler

propertyNames
IReadOnlyList<String>

Özellik adları.

Döndürülenler

Özellikler veya null herhangi bir özellik bulunamazsa.

Açıklamalar

Bu API yalnızca skaler özellikleri bulur ve gezinti, karmaşık veya hizmet özelliklerini bulmaz.

Şunlara uygulanır