TransformDataParameters 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 (24.3.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "parameters")]
public IList<ProcessParameterData> Parameters { get; }

Property Value

Type: IListProcessParameterData
See Also