Bagikan melalui


IMutableTypeBase.FindProperties(IReadOnlyList<String>) Metode

Definisi

Menemukan properti yang cocok pada tipe ini. Mengembalikan null jika ada properti yang tidak ditemukan.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>? FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
abstract member FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
override this.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
Public Overridable Function FindProperties (propertyNames As IReadOnlyList(Of String)) As IReadOnlyList(Of IMutableProperty)

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