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 (26.2.0.1000)
Syntax
public RelationshipKey(
	string elementName,
	string referencedElementName
)

Parameters

elementName  String
Name of the element from the primary structure.
referencedElementName  String
Name of the referenced element.
See Also