RelationshipGetKeyElementNames Method |
Gets the key element names for the specified structure ID.
Namespace: Dundas.BI.Data.RelationshipsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 Guid
- The parent structure ID.
Return Value
IEnumerableStringThe key names.
See Also