IRelationshipTransformAddRelationshipKeys Method

Adds elements to both relationship keys.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
void AddRelationshipKeys(
	IList<ConnectorElement> inputKeys,
	IList<ConnectorElement> referencedKeys
)

Parameters

inputKeys
Type: System.Collections.GenericIListConnectorElement
The input keys.
referencedKeys
Type: System.Collections.GenericIListConnectorElement
The referenced keys.
Exceptions
ExceptionCondition
ArgumentNullException Occurs if inputKeys or referencedKeys is .
ArgumentException Parameters inputKeys and referencedKeys contain a different number of keys.
See Also