次の方法で共有


DbComplexPropertyEntry.ComplexProperty(String) メソッド

定義

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
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

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

戻り値

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

属性

適用対象