Knight Data Access Layer
ForeignKeyDeleteAction Property




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

Property Value

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

Field Class
Field Members