CascadableNavigationPropertyConfiguration.WillCascadeOnDelete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WillCascadeOnDelete() |
Configures cascade delete to be on for the relationship. |
WillCascadeOnDelete(Boolean) |
Configures whether or not cascade delete is on for the relationship. |
WillCascadeOnDelete()
Configures cascade delete to be on for the relationship.
public void WillCascadeOnDelete ();
member this.WillCascadeOnDelete : unit -> unit
Public Sub WillCascadeOnDelete ()
Applies to
WillCascadeOnDelete(Boolean)
Configures whether or not cascade delete is on for the relationship.
public void WillCascadeOnDelete (bool value);
member this.WillCascadeOnDelete : bool -> unit
Public Sub WillCascadeOnDelete (value As Boolean)
Parameters
- value
- Boolean
Value indicating if cascade delete is on or not.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework