CascadableNavigationPropertyConfiguration Class

Definition

Configures a relationship that can support cascade on delete functionality.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Cascadable")]
public abstract class CascadableNavigationPropertyConfiguration
type CascadableNavigationPropertyConfiguration = class
Public MustInherit Class CascadableNavigationPropertyConfiguration
Inheritance
CascadableNavigationPropertyConfiguration
Derived
Attributes

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

GetType()

Gets the Type of the current instance.

ToString()

Returns a string that represents the current object.

WillCascadeOnDelete()

Configures cascade delete to be on for the relationship.

WillCascadeOnDelete(Boolean)

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

Applies to