IMutableTypeBase.FindProperties(IReadOnlyList<String>) Método

Definição

Localiza propriedades correspondentes nesse tipo. Retorna null se alguma propriedade não for encontrada.

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)

Parâmetros

propertyNames
IReadOnlyList<String>

Os nomes de propriedade.

Retornos

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

Comentários

Essa API localiza apenas propriedades escalares e não encontra propriedades de navegação, complexas ou de serviço.

Aplica-se a