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

嵌套属性的名称。

返回

表示嵌套属性的对象。

适用于