Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbEntityEntry::ComplexProperty Method (String^)

Entity Framework 6.0
 

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

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

public:
DbComplexPropertyEntry^ ComplexProperty(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The name of the complex property.

Return Value

Type: System.Data.Entity.Infrastructure::DbComplexPropertyEntry^

An object representing the complex property.

Return to top
Show: