ExchangeRateInfoProviderCopyExchangeRatesInternal Method |
Copies exchange rates from source table to target table. Updates only rates with same currency code. Rates in target table which does not
have corresponding rate in source table will not be updated.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void CopyExchangeRatesInternal(
int sourceTableId,
int targetTableId
)
Parameters
- sourceTableId
- Type: SystemInt32
Id of the source exchange table - targetTableId
- Type: SystemInt32
Id of the target exchange table
See Also