Gets or sets an action performed on delete.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public ForeignKeyAction DeleteAction { get; set; }
Visual Basic (Declaration)
Public Property DeleteAction As ForeignKeyAction
Visual C++
public:
property ForeignKeyAction DeleteAction {
	ForeignKeyAction get ();
	void set (ForeignKeyAction value);
}

See Also