IMutableForeignKeyConstraint.DeleteAction Property
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DeleteAction | Gets a ForeignKeyAction value that specifies the action taken when a row that is referenced by the foreign key is deleted. (Inherited from IForeignKeyConstraint.) | |
DeleteAction | Gets or sets a ForeignKeyAction value that specifies the action taken when a row that is referenced by the foreign key is deleted. |
Top