IEntityType.GetProperty(String) メソッド

定義

指定した名前のプロパティを取得します。

public virtual Microsoft.EntityFrameworkCore.Metadata.IProperty GetProperty (string name);
abstract member GetProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IProperty
override this.GetProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IProperty
Public Overridable Function GetProperty (name As String) As IProperty

パラメーター

name
String

プロパティ名。

戻り値

プロパティ。

実装

注釈

この API はスカラー プロパティのみを検索し、ナビゲーション プロパティは見つかりません。 ナビゲーション プロパティを検索するには、 を使用 FindNavigation(String) します。

適用対象