Compartilhar via


RuntimeTypeBase.IReadOnlyTypeBase.FindProperty(String) Método

Definição

Obtém a propriedade com o nome fornecido. Retornará null se nenhuma propriedade com o nome fornecido for definida.

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

Parâmetros

name
String

O nome da propriedade.

Retornos

A propriedade ou null se nenhuma for encontrada.

Implementações

Atributos

Aplica-se a