RelationshipGetKeyElementNames Method

Gets the key element names for the specified structure ID.

Namespace:  Dundas.BI.Data.Relationships
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public IEnumerable<string> GetKeyElementNames(
	Guid structureId
)

Parameters

structureId
Type: SystemGuid
The parent structure ID.

Return Value

Type: IEnumerableString
The key names.
See Also