FDO API Reference Feature Data Objects

enum DeleteRule
 

The FdoDeleteRule enumeration specifies the action to take when a delete operation is executed on the class instance at the other end of the relation.

Parameters:
FdoDeleteRule_Cascade Cascade the delete operation to class instances at this end of the relation
FdoDeleteRule_Prevent Prevent the delete operation if there are class instances at this end of the relation
FdoDeleteRule_Break Break the relationship by setting the identifying properties at this end to null values
.

Enumerator:
DeleteRule_Cascade  Cascade the delete operation to class instances at this end of the relation.
DeleteRule_Prevent  Prevent the delete operation if there are class instances at this end of the relation.
DeleteRule_Break  Break the relationship by setting the identifying properties at this end to null values.

Comments or suggestions? Send us feedback.