Open this page in the API Guide

DataElement Constructor

Initializes a new instance of the DataElement class.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public DataElement(
	DataCube dataCube,
	ConnectorElement connectorElement
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubes.DataCube
The data cube.
connectorElement
Type: Dundas.BI.Data.Transforms.ConnectorElement
The connector element.
See Also