ExchangeRateInfoProviderGetExchangeRatesInternal Method |
Returns query containing all exchange rates of the specified exchange table.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual ObjectQuery<ExchangeRateInfo> GetExchangeRatesInternal(
int tableId
)
Parameters
- tableId
- Type: SystemInt32
Exchange table ID
Return Value
Type:
ObjectQueryExchangeRateInfoSee Also