|
|
|
|
|
MinSourceCardinality (Property) In french: CardinalitéSourceMin
Available only with these kinds of connection
The MinSourceCardinality property sets the characteristics of a link. You can: - Get the minimum cardinality of the source item in the link.
- Change the minimum cardinality of the source item in the link.
LinkClub.MinSourceCardinality = 0
Syntax
Getting the minimum cardinality of the source item Hide the details
<Cardinality> = <Link>.MinSourceCardinality
<Cardinality>: Integer Minimum cardinality of the source item. <Link>: Character string Name of the link defined in the data model editor or via the Link Description type.
Changing the minimum cardinality of the source item Hide the details
<Link>.MinSourceCardinality = <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 source item. By default, when a link is defined programmatically, the minimum cardinality of the source item is 0.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|