Share via


IReadOnlyTypeBase.GetProperty(String) メソッド

定義

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

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

パラメーター

name
String

プロパティ名。

戻り値

プロパティ。

注釈

この API はスカラー プロパティのみを検索し、ナビゲーション、複雑、またはサービス のプロパティは見つかりません。

適用対象