Share via


RuntimeTypeBase.ITypeBase.FindProperty(String) メソッド

定義

指定した名前の プロパティを取得します。 指定した名前の null プロパティが定義されていない場合は を返します。

[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

パラメーター

name
String

プロパティの名前。

戻り値

プロパティ。または null 、何も見つからない場合は 。

実装

属性

適用対象