Open this page in the API Guide

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

Parameters

parentEntity
Type: Dundas.BI.Entities.EntityBase
The parent entity.
connectorElement
Type: Dundas.BI.Data.Transforms.ConnectorElement
The connector element.
name
Type: System.String
Name of the parameter.
description
Type: System.String
The parameter description.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentEntity or connectorElement is null.
ArgumentExceptionconnectorElement does not belong to a SelectTransform object.
See Also