Aracılığıyla paylaş


RuntimeTypeBase.FindProperties(IEnumerable<String>) Yöntem

Tanım

Verilen varlık türünde eşleşen özellikleri bulur. Herhangi bir özellik bulunamazsa döndürür null .

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)

Parametreler

propertyNames
IEnumerable<String>

Özellik adları.

Döndürülenler

Özellikler veya null herhangi bir özellik bulunamaz.

Açıklamalar

Bu API yalnızca skaler özellikleri bulur ve gezintileri veya hizmet özelliklerini bulmaz.

Şunlara uygulanır