Knight Data Access Layer
UpdateAction Property (ParentObjectAttribute)




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

Property Value

The update 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