AssociationAttribute::DeleteRule Property
.NET Framework (current version)
Gets or sets delete behavior for an association.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
If set to null, no delete behavior is added. For example, "CASCADE" would add "ON DELETE CASCADE" to the foreign-key relationship.
In the following example, the rule is to take no action.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: