Compartilhar via


RuntimeTypeBase.IReadOnlyTypeBase.FindProperties Método

Definição

Localiza as propriedades correspondentes no tipo especificado. Retorna null se alguma propriedade não for encontrada.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> IReadOnlyTypeBase.FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.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 IReadOnlyTypeBase.FindProperties

Parâmetros

propertyNames
IReadOnlyList<String>

Os nomes de propriedade.

Retornos

As propriedades ou null se alguma propriedade não for encontrada.

Implementações

Atributos

Aplica-se a