Share via


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

定義

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

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

パラメーター

name
String

プロパティの名前。

戻り値

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

実装

属性

適用対象