.NET Framework Class Library
AssociationAttribute..::.DeleteOnNull Property

When placed on a 1:1 association whose foreign key members are all non-nullable, deletes the object when the association is set to null.

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

Visual Basic (Declaration)
Public Property DeleteOnNull As Boolean
Visual Basic (Usage)
Dim instance As AssociationAttribute
Dim value As Boolean

value = instance.DeleteOnNull

instance.DeleteOnNull = value
C#
public bool DeleteOnNull { get; set; }
Visual C++
public:
property bool DeleteOnNull {
    bool get ();
    void set (bool value);
}
JScript
public function get DeleteOnNull () : boolean
public function set DeleteOnNull (value : boolean)

Property Value

Type: System..::.Boolean
Setting to True deletes the object. The default value is False.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5
See Also

Reference

Tags :


Page view tracker