Click or drag to resize
ExchangeRateInfoProvider.GetExchangeRatesInternal 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: System.Int32
Exchange table ID

Return Value

Type: ObjectQuery<ExchangeRateInfo>
See Also