Aracılığıyla paylaş


RuntimeEntityType.IReadOnlyEntityType.FindProperties Yöntem

Tanım

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>? IReadOnlyEntityType.FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> IReadOnlyEntityType.FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
Function FindProperties (propertyNames As IReadOnlyList(Of String)) As IReadOnlyList(Of IReadOnlyProperty) Implements IReadOnlyEntityType.FindProperties

Parametreler

propertyNames
IReadOnlyList<String>

Özellik adları.

Döndürülenler

Özellikler veya null herhangi bir özellik bulunamazsa.

Uygulamalar

Öznitelikler

Şunlara uygulanır