Knight Data Access Layer
DeleteAction Property (ParentObjectAttribute)




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

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

ParentObjectAttribute Class
ParentObjectAttribute Members