This topic has not yet been rated - Rate this topic

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)
member ComplexProperty : 
        propertyName:string -> DbComplexPropertyEntry

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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.