ElementDataParameter Constructor  | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ElementDataParameter(
	EntityBase parentEntity,
	ConnectorElement connectorElement,
	string name,
	string description
)
Public Sub New ( 
	parentEntity As EntityBase,
	connectorElement As ConnectorElement,
	name As String,
	description As String
)
public:
ElementDataParameter(
	EntityBase^ parentEntity, 
	ConnectorElement^ connectorElement, 
	String^ name, 
	String^ description
)
new : 
        parentEntity : EntityBase * 
        connectorElement : ConnectorElement * 
        name : string * 
        description : string -> ElementDataParameterParameters
- 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
See Also