SchemaAssociationOnDelete Property
The delete action to be performed.
Syntax
property SchemaAssociationOnDelete: TipwodataSchemaAssociationOnDeletes;
TipwodataSchemaAssociationOnDeletes = ( daNone, daCascade );
Default Value
daNone
Remarks
The delete action to be performed.
Available values are:
daNone (0) | Only the specified entry instance within SchemaAssociationFromRoleEntity is deleted. This is the default value. |
daCascade (1) | After the specified entry instance is deleted within SchemaAssociationFromRoleEntity, the action is applied to the entry instance within the SchemaAssociationToRoleEntity. For example, a single Customer is associated with multiple Orders. When a Customer is deleted, all Orders associated with the Customer will be deleted. |
The size of the array is controlled by the SchemaAssociationCount property.
This property is read-only and not available at design time.
Data Type
Integer