次の方法で共有


IReadOnlyTypeBase.FindDeclaredProperty(String) メソッド

定義

指定した名前の型で宣言されたプロパティを検索します。 基本型で定義されているプロパティを返しません。

public Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty? FindDeclaredProperty (string name);
abstract member FindDeclaredProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
Public Function FindDeclaredProperty (name As String) As IReadOnlyProperty

パラメーター

name
String

プロパティ名。

戻り値

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

適用対象