IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

SchemaAssociationToRoleMultiplicity Property

The multiplicity of the ToRole association end point.

Syntax

__property TipwODataSchemaAssociationToRoleMultiplicities SchemaAssociationToRoleMultiplicity = {read=FSchemaAssociationToRoleMultiplicity, write=FSetSchemaAssociationToRoleMultiplicity};



enum TipwODataSchemaAssociationToRoleMultiplicities { nmZeroOne=0, nmOne=1, nmMany=2 };

Default Value

0

Remarks

The multiplicity of the SchemaAssociationToRole association end point. This is used along with SchemaAssociationFromRoleMultiplicity to determine the cardinality of the relationship (i.e. one-to-one or one-to-many).

The available values are:

nmZeroOne (0) Zero-One (0..1)
nmOne (1) One (1)
nmMany (2) Many (*)

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) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]