InformationRegister.<Register name>.SliceFirst
Syntax
Fields
<Common attribute name>
<Dimension name>
<Resource name>
Active
LineNumber
Period
Recorder
Parameters
Condition
Description:
Example:
// Receive all the earliest records from the information register SELECT * FROM InformationRegister.ExchangeRate.SliceFirst() // Receive all the earliest records from the information register // for specified date and rate SELECT * FROM InformationRegister.ExchangeRate.SliceFirst(&DateParameter, Currency = &CurrencyParameter) |