InformationRegisterRecordSet.<Information register name>.Read

Syntax:

Read()

Description:

Reads records from the database by the filter specified.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

ExchangeRates = InformationRegisters.ExchangeRates;
RatesSet = ExchangeRates.CreateRecordSet();
RatesSet.Read();


    

1C:Enterprise Developer's Community