RelationshipKey Constructor

Initializes a new instance of the RelationshipKey structure.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public RelationshipKey(
	string elementName,
	string referencedElementName
)

Parameters

elementName
Type: SystemString
Name of the element from the primary structure.
referencedElementName
Type: SystemString
Name of the referenced element.
See Also