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

嵌套属性的名称。

返回

表示嵌套属性的对象。

属性

适用于