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.3.0.1000)
Syntax public IEnumerable<string> GetKeyElementNames(
Guid structureId
)
Public Function GetKeyElementNames (
structureId As Guid
) As IEnumerable(Of String)
public:
IEnumerable<String^>^ GetKeyElementNames(
Guid structureId
)
member GetKeyElementNames :
structureId : Guid -> IEnumerable<string>
Parameters
- structureId
- Type: SystemGuid
The parent structure ID.
Return Value
Type:
IEnumerableStringThe key names.
See Also