Name To ValueTIs Parameter Value 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: 2025.1.9.0
True if the item is a parameter value or false if it is a parameter name
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool IsParameterValue { get; }VB
Public ReadOnly Property IsParameterValue As Boolean
GetC++
public:
property bool IsParameterValue {
bool get ();
}F#
member IsParameterValue : bool with getProperty Value
BooleanTrue if the item is a parameter value or false if it is a parameter name