Gets or sets an action performed on update.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public ForeignKeyAction UpdateAction { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property UpdateAction As ForeignKeyAction |
| Visual C++ |
|---|
public: property ForeignKeyAction UpdateAction { ForeignKeyAction get (); void set (ForeignKeyAction value); } |