次の方法で共有


DbEntityEntry.ComplexProperty(String) メソッド

定義

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

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

パラメーター

propertyName
String

複合プロパティの名前。

戻り値

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

適用対象