CascadableNavigationPropertyConfiguration Class

 

Configures a relationship that can support cascade on delete functionality.

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.CascadableNavigationPropertyConfiguration
    System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyNavigationPropertyConfiguration

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Cascadable")]
public abstract class CascadableNavigationPropertyConfiguration

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Overrides Object.ToString().)

System_CAPS_pubmethodWillCascadeOnDelete()

Configures cascade delete to be on for the relationship.

System_CAPS_pubmethodWillCascadeOnDelete(Boolean)

Configures whether or not cascade delete is on for the relationship.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.