Click or drag to resize
ExchangeRateInfoProviderGetExchangeRates Method (Int32)
Returns query with all exchange rates of the specified exchange table.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<ExchangeRateInfo> GetExchangeRates(
	int tableId
)

Parameters

tableId
Type: SystemInt32
Exchange table ID

Return Value

Type: ObjectQueryExchangeRateInfo
See Also