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 (26.2.0.1000)
Syntax
public ElementDataParameter(
	EntityBase parentEntity,
	ConnectorElement connectorElement,
	string name,
	string description
)

Parameters

parentEntity  EntityBase
The parent entity.
connectorElement  ConnectorElement
The connector element.
name  String
Name of the parameter.
description  String
The parameter description.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentEntity or connectorElement is .
ArgumentExceptionconnectorElement does not belong to a SelectTransform object.
See Also