In DataTypeDictionary model, gets data type description IDs from given data type encoding IDs.
Syntax
Parameters
- dataTypeEncodingIdList
- A list of data type encoding IDs.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
The individual elements of the parameter value cannot be null
(Nothing
in Visual Basic).
Return Value
An array of value results with the data type description IDs obtained, for corresponding indexes of the input list.
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also