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

复杂属性的名称。

返回

表示复杂属性的对象。

适用于