Compartilhar via


RuntimeTypeBase.IReadOnlyTypeBase.FindComplexProperty(String) Método

Definição

Obtém a propriedade complexa com o nome fornecido. Retorna null se nenhuma propriedade com o nome fornecido for definida.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty IReadOnlyTypeBase.FindComplexProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindComplexProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyComplexProperty
Function FindComplexProperty (name As String) As IReadOnlyComplexProperty Implements IReadOnlyTypeBase.FindComplexProperty

Parâmetros

name
String

O nome da propriedade.

Retornos

A propriedade ou null se nenhuma for encontrada.

Implementações

Atributos

Aplica-se a