FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

DeleteRule.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoDeleteRule {
  FdoDeleteRule_Cascade,
  FdoDeleteRule_Prevent,
  FdoDeleteRule_Break
}
 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. More...

Enumeration Type Documentation

enum FdoDeleteRule
 

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.

Enumeration values:
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.

Definition at line 30 of file DeleteRule.h.


Comments or suggestions? Send us feedback.