ExchangeRateInfoProviderGetExchangeRates Method (Int32) |
Returns query with all exchange rates of the specified exchange table.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static ObjectQuery<ExchangeRateInfo> GetExchangeRates(
int tableId
)
Parameters
- tableId
- Type: SystemInt32
Exchange table ID
Return Value
Type:
ObjectQueryExchangeRateInfoSee Also