DbComplexPropertyEntry.ComplexProperty Method (String)

 

Gets an object that represents a nested complex property of this property.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", 
	MessageId = "0#", Justification = "Rule predates more fluent naming conventions.")]
public DbComplexPropertyEntry ComplexProperty(
	string propertyName
)

Parameters

propertyName
Type: System.String

The name of the nested property.

Return Value

Type: System.Data.Entity.Infrastructure.DbComplexPropertyEntry

An object representing the nested property.