Open this page in the API Guide

TransformData.Parameters Property

Gets all the parameters defined for the current instance. These are either expression parameters or native structure parameters, if the current instance is a SelectTransform .

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "parameters")]
public IList<ProcessParameterData> Parameters { get; }

Property Value

Type: IList<ProcessParameterData>
See Also