DBFieldDef :: set_set_operation - Mark operation as set operation
The option must be set for field definitions describing the return value of an operation. When the operation is a set or collection operation operating on the complete set instead of an instance, the option must be set to true . For instance operations, the option is set to false .AUTO is passed in order to indicate that the operation does not require a selected instance in the property handle.
Implementation details
DBFieldDef  :: set_set_operation ( int8 int_option )
- int_option
- Integer option
Usually, the option values 1 ( true ), 0 ( false ) and -1 ( AUTO ) are passed. In general, any value between -128 and +127 is allowed.