NameToValueT(String, T) Constructor
Use this constructor to create an instance that maps a name to a property name rather than a value
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public NameToValue(
string itemName,
T enumVal
)
Public Sub New (
itemName As String,
enumVal As T
)
public:
NameToValue(
String^ itemName,
T enumVal
)
new :
itemName : string *
enumVal : 'T -> NameToValue
Parameters
- itemName String
- The property or parameter name
- enumVal T
- The value that represents the property or parameter name