共用方式為


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

巢狀屬性的名稱。

傳回

表示巢狀屬性的物件。

屬性

適用於