Knight Data Access Layer
ForeignKeyUpdateAction Property




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : ForeignKeyUpdateAction Property
The action taken when a user tries to update a key to which existing foreign keys point
Syntax
Public Property ForeignKeyUpdateAction As Nullable(Of ForeignKeyAction)
Dim instance As Field
Dim value As Nullable(Of ForeignKeyAction)
 
instance.ForeignKeyUpdateAction = value
 
value = instance.ForeignKeyUpdateAction
public Nullable<ForeignKeyAction> ForeignKeyUpdateAction {get; set;}
public: __property Nullable<ForeignKeyAction> get_ForeignKeyUpdateAction();
public: __property void set_ForeignKeyUpdateAction( 
   Nullable<ForeignKeyAction> value
);
public:
property Nullable<ForeignKeyAction> ForeignKeyUpdateAction {
   Nullable<ForeignKeyAction> get();
   void set (    Nullable<ForeignKeyAction> value);
}

Property Value

The foreign key 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

Field Class
Field Members