NameToValueTIsParameterValue Property

This is used when mapping parameter names and values. It can be used to specify that this item is a parameter value rather than a parameter name.

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool IsParameterValue { get; }

Property Value

Boolean
True if the item is a parameter value or false if it is a parameter name

See Also