CascadableNavigationPropertyConfiguration Class
Entity Framework 5.0
Configures a relationship that can support cascade on delete functionality.
System.Object
System.Data.Entity.ModelConfiguration.Configuration.CascadableNavigationPropertyConfiguration
System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyNavigationPropertyConfiguration
System.Data.Entity.ModelConfiguration.Configuration.CascadableNavigationPropertyConfiguration
System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyNavigationPropertyConfiguration
Namespace: System.Data.Entity.ModelConfiguration.Configuration
Assembly: EntityFramework (in EntityFramework.dll)
The CascadableNavigationPropertyConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. This method is hidden from IntelliSense. (Overrides Object.Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. This method is hidden from IntelliSense. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the type of the current instance. This method is hidden from IntelliSense. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. This method is hidden from IntelliSense. (Overrides Object.ToString.) |
![]() | WillCascadeOnDelete | Configures cascade delete to be on for the relationship. |
![]() | WillCascadeOnDelete(Boolean) | Configures whether or not cascade delete is on for the relationship. |
Show:
