Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxConditionalDeepDeleteInstancesEx(sourceInstances : AGGREGATE OF GENERIC;                                     options         : INTEGER;                                     include_exclude : AGGREGATE OF GENERIC;                                     rolesToDelete   : AGGREGATE OF GENERIC)                                     status          : INTEGER;
 
To be completed
 
The xpxConditionalDeepCopyInstancesEx function deletes
The arguments of the function are:

Argument:

Description:

sourceInstances

An aggregate of numeric instanceIDs that uniquely identifies the instances to be deleted in the EDMdatabase

options

Specifies the options to be used in the invocation of the function. The <options> value can be specified as a bitwise OR between the actual options to enable. All option names are defined on the header file sdai.h. See the edmiConditionalDeepDeleteInstances function for options descriptions.

include_exclude

Address of an array of instances or instance types (entities). The content is dependent of the value of the <options> argument. An instanceID = 0 terminates the <exclude_or_include> array

rolesToDelete

 

  • No labels