ElementDataParameter Constructor

Initializes a new instance of the ElementDataParameter class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public ElementDataParameter(
	EntityBase parentEntity,
	ConnectorElement connectorElement,
	string name,
	string description
)

Parameters

parentEntity
Type: Dundas.BI.EntitiesEntityBase
The parent entity.
connectorElement
Type: Dundas.BI.Data.TransformsConnectorElement
The connector element.
name
Type: SystemString
Name of the parameter.
description
Type: SystemString
The parameter description.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentEntity or connectorElement is .
ArgumentExceptionconnectorElement does not belong to a SelectTransform object.
See Also