|
|
|
|
MinLinkedCardinality (Property) In french: CardinalitéReliéeMin
 Available only with these kinds of connection
The MinLinkedCardinality property is used to set the characteristics of a link. You can: - Find out the minimum cardinality of the linked item in the link.
- Modify the minimum cardinality of the linked item in the link.
// Modify the minimum cardinality LinkClubPerson.MinLinkedCardinality = 1
Syntax
Finding out the minimum cardinality of the linked item Hide the details
<Cardinality> = <Link>.MinLinkedCardinality
<Cardinality>: Integer Minimum cardinality of the linked item. <Link>: Character string Name of the link defined in the data model editor or via the Link description type.
Modifying the minimum cardinality of the linked item Hide the details
<Link>.MinLinkedCardinality = <New cardinality>
<Link>: Character string Name of the link defined in the data model editor or via the Link description type. <New cardinality>: Integer New minimum cardinality for the linked item. By default, when a link is described through programming, the minimum cardinality of the linked item is equal to 0.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|