InformationRegisterRecordSet.<Information register name>.UnloadColumn

Syntax:

UnloadColumn(<FieldName>)

Parameters:

<FieldName> (required)

Type: String.
Name of the set's records field from which the values will be unloaded to the array.

Returned value:

Type: Array.

Description:

Creates an array, and there it copies the values from a specified field of the set's records.

Availability:

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

Note:

The values of records are downloaded in order of index.

Example:

RatesArray = RatesSet.UnloadColumn("Rate");

    

1C:Enterprise Developer's Community