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)
Syntaxvoid AddRelationshipKeys(
IList<ConnectorElement> inputKeys,
IList<ConnectorElement> referencedKeys
)
Sub AddRelationshipKeys (
inputKeys As IList(Of ConnectorElement),
referencedKeys As IList(Of ConnectorElement)
)
void AddRelationshipKeys(
IList<ConnectorElement^>^ inputKeys,
IList<ConnectorElement^>^ referencedKeys
)
abstract AddRelationshipKeys :
inputKeys : IList<ConnectorElement> *
referencedKeys : IList<ConnectorElement> -> unit
Parameters
- inputKeys
- Type: System.Collections.GenericIListConnectorElement
The input keys. - referencedKeys
- Type: System.Collections.GenericIListConnectorElement
The referenced keys.
Exceptions
See Also