Share via


MetaAssociation.DeleteRule Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the behavior when the child is deleted.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property DeleteRule As String
public abstract string DeleteRule { get; }

Property Value

Type: System.String
The string representing the rule, or nulla null reference (Nothing in Visual Basic) if no action is specified on delete.

Remarks

Examples of rules are "CASCADE", "SET NULL", and so forth.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.