Click or drag to resize
ExchangeRateInfoProviderGetExchangeRatesInternal Method
Returns query containing all exchange rates of the specified exchange table.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<ExchangeRateInfo> GetExchangeRatesInternal(
	int tableId
)

Parameters

tableId
Type: SystemInt32
Exchange table ID

Return Value

Type: ObjectQueryExchangeRateInfo
See Also