CurrencyRates
CurrencyRates
Columns
| Name | Type | Description |
| FromCurrency [KEY] | String | FromCurrency of CurrencyRates |
| ToCurrency | String | ToCurrency of CurrencyRates |
| UserConversionType [KEY] | String | UserConversionType of CurrencyRates |
| ConversionDate [KEY] | Date | ConversionDate of CurrencyRates |
| ConversionRate | Double | ConversionRate of CurrencyRates |
| ConversionType [KEY] | String | ConversionType of CurrencyRates |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| CurrencyConversionType | String | currencyConversionType |
| EndDate | String | endDate |
| Finder | String | finder |
| LedgerName | String | ledgerName |
| MaxRollDays | String | maxRollDays |
| StartDate | String | startDate |