Open this page in the API Guide

IDataElementStructure.DataElements Property

Gets the data elements.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IReadOnlyList<IDataElement> DataElements { get; }

Property Value

Type: IReadOnlyList<IDataElement>
See Also