Compartir a través de


RuntimeTypeBase.IReadOnlyTypeBase.FindMember(String) Método

Definición

Obtiene el miembro con el nombre especificado. Devuelve null si no se define ningún miembro con el nombre especificado.

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

Parámetros

name
String

El nombre de la propiedad.

Devoluciones

Propiedad o null si no se encuentra ninguna.

Implementaciones

Atributos

Se aplica a