Open this page in the API Guide

Relationship.GetKeyElementNames 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 (25.1.0.1000)
Syntax
public IEnumerable<string> GetKeyElementNames(
	Guid structureId
)

Parameters

structureId
Type: System.Guid
The parent structure ID.

Return Value

Type: IEnumerable<String>
The key names.
See Also