IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

SchemaAssociationOnDelete Property

The delete action to be performed.

Syntax

__property TipwODataSchemaAssociationOnDeletes SchemaAssociationOnDelete = {read=FSchemaAssociationOnDelete, write=FSetSchemaAssociationOnDelete};



enum TipwODataSchemaAssociationOnDeletes { daNone=0, daCascade=1 };

Default Value

0

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

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0