RuntimeTypeBase.ITypeBase.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.IPropertyBase ITypeBase.FindMember (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindMember : string -> Microsoft.EntityFrameworkCore.Metadata.IPropertyBase
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindMember : string -> Microsoft.EntityFrameworkCore.Metadata.IPropertyBase
Function FindMember (name As String) As IPropertyBase Implements ITypeBase.FindMember

Parameters

name
String

The name of the property.

Returns

The property, or null if none is found.

Implements

Attributes

Applies to