Compartilhar via


RuntimeTypeBase.ITypeBase.FindProperty(String) Método

Definição

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

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

Parâmetros

name
String

O nome da propriedade.

Retornos

A propriedade ou null se nenhuma for encontrada.

Implementações

Atributos

Aplica-se a