Knight Data Access Layer
DeleteAction Property (ForeignKeyConstraint)




KellermanSoftware.NetDataAccessLayer Namespace > ForeignKeyConstraint Class : DeleteAction Property
The action taken when a user tries to delete a key to which existing foreign keys point
Syntax
Public Property DeleteAction As ForeignKeyAction
Dim instance As ForeignKeyConstraint
Dim value As ForeignKeyAction
 
instance.DeleteAction = value
 
value = instance.DeleteAction
public ForeignKeyAction DeleteAction {get; set;}
public: __property ForeignKeyAction get_DeleteAction();
public: __property void set_DeleteAction( 
   ForeignKeyAction value
);
public:
property ForeignKeyAction DeleteAction {
   ForeignKeyAction get();
   void set (    ForeignKeyAction value);
}

Property Value

The delete action.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ForeignKeyConstraint Class
ForeignKeyConstraint Members