NameToValueT(String, T) Constructor

Use this constructor to create an instance that maps a name to a property name rather than a value

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public NameToValue(
	string itemName,
	T enumVal
)

Parameters

itemName  String
The property or parameter name
enumVal  T
The value that represents the property or parameter name

See Also