DbEntityEntry.ComplexProperty Method
Entity Framework 5.0
Gets an object that represents a complex property of this entity.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- propertyName
- Type: System.String
The name of the complex property.
Return Value
Type: System.Data.Entity.Infrastructure.DbComplexPropertyEntryAn object representing the complex property.