Overload List
Overload | Description |
AddRange(TdParameter[]) | Creates and adds an array of TdParameter objects to the TdParameterCollection . Each TdParameter object in the array is initialized with the specified parameter name, Teradata data type, Size and Source Column name. |
AddRange(Array) | Creates and adds an array of TdParameter objects to the TdParameterCollection . Each TdParameter object in the array is initialized with the specified parameter name, Teradata data type, Size and Source Column name. |
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also