Knight Data Access Layer
UpdateAction Property (ForeignKeyConstraint)




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

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

ForeignKeyConstraint Class
ForeignKeyConstraint Members