DbEntityEntry.Property(String) メソッド

定義

このエンティティのスカラー プロパティまたは複合プロパティを表すオブジェクトを取得します。

public System.Data.Entity.Infrastructure.DbPropertyEntry Property (string propertyName);
member this.Property : string -> System.Data.Entity.Infrastructure.DbPropertyEntry
Public Function Property (propertyName As String) As DbPropertyEntry

パラメーター

propertyName
String

プロパティの名前。

戻り値

プロパティを表すオブジェクト。

適用対象