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. |