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.
Syntax
'Declaration
Public Overloads Overrides NotOverridable Sub AddRange( _
ByVal As Array _
)
'Usage
Dim instance As TdParameterCollection
Dim values As Array
instance.AddRange(values)
public override void AddRange(
Array
)
public:
void AddRange(
Array^
) override
Parameters
- values
- The array of TdParameters that will be added to the parameter collection
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