DbComplexPropertyEntry Class
Entity Framework 5.0
A non-generic version of the DbComplexPropertyEntry(Of TEntity, TComplexProperty) class.
System.Object
System.Data.Entity.Infrastructure.DbMemberEntry
System.Data.Entity.Infrastructure.DbPropertyEntry
System.Data.Entity.Infrastructure.DbComplexPropertyEntry
System.Data.Entity.Infrastructure.DbMemberEntry
System.Data.Entity.Infrastructure.DbPropertyEntry
System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
The DbComplexPropertyEntry type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CurrentValue | Gets or sets the current value of this property. (Inherited from DbPropertyEntry.) |
![]() | EntityEntry | The DbEntityEntry to which this property belongs. (Inherited from DbPropertyEntry.) |
![]() | IsModified | Gets or sets a value indicating whether the value of this property has been modified since it was loaded from the database. (Inherited from DbPropertyEntry.) |
![]() | Name | Gets the property name. (Inherited from DbPropertyEntry.) |
![]() | OriginalValue | Gets or sets the original value of this property. (Inherited from DbPropertyEntry.) |
![]() | ParentProperty | The DbPropertyEntry of the property for which this is a nested property. This method will only return a non-null entry for properties of complex objects, otherwise it will return null for properties of the entity itself. (Inherited from DbPropertyEntry.) |
| Name | Description | |
|---|---|---|
![]() | Cast(Of TEntity, TComplexProperty) | Returns the equivalent generic DbComplexPropertyEntry(Of TEntity, TComplexProperty) object. |
![]() | ComplexProperty | Gets an object that represents a nested complex property of this property. |
![]() | Equals | Returns whether the specified entry is equal to the current query. (Inherited from DbMemberEntry.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Returns the hash function for the specified entry. (Inherited from DbMemberEntry.) |
![]() | GetType | Gets the type for the current entry. (Inherited from DbMemberEntry.) |
![]() | GetValidationErrors | Validates this property. (Inherited from DbMemberEntry.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Property | Gets an object that represents a nested property of this property. This method can be used for both scalar or complex properties. |
![]() | ToString | Returns a string representation of the database property values. (Inherited from DbMemberEntry.) |
Show:
