Share via


RuntimeTypeBase.IReadOnlyTypeBase.FindMember(String) Method

Definition

Gets the member with the given name. Returns null if no member with the given name is defined.

[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

Parameters

name
String

The name of the property.

Returns

The property, or null if none is found.

Implements

Attributes

Applies to