Condividi tramite


IReadOnlyTypeBase.FindProperties(IReadOnlyList<String>) Metodo

Definizione

Trova le proprietà corrispondenti nel tipo specificato. Restituisce null se non viene trovata alcuna proprietà.

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)

Parametri

propertyNames
IReadOnlyList<String>

Nomi di proprietà.

Restituisce

Proprietà o null se non viene trovata alcuna proprietà.

Commenti

Questa API trova solo proprietà scalari e non trova proprietà di navigazione, complesse o di servizio.

Si applica a