次の方法で共有


DbComplexPropertyEntry.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

入れ子プロパティの名前。

戻り値

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

適用対象