Bagikan melalui


IReadOnlyTypeBase.FindProperties(IReadOnlyList<String>) Metode

Definisi

Menemukan properti yang cocok pada jenis yang diberikan. Mengembalikan null jika ada properti yang tidak ditemukan.

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)

Parameter

propertyNames
IReadOnlyList<String>

Nama properti.

Mengembalikan

Properti, atau null jika ada properti yang tidak ditemukan.

Keterangan

API ini hanya menemukan properti skalar dan tidak menemukan properti navigasi, kompleks, atau layanan.

Berlaku untuk