ExternalDataSourceTableRecordSet.<External source name>.<External data source table name>.Fill

Syntax:

Fill(<FillingData>)

Parameters:

<FillingData> (optional)

Type: Arbitrary.
Value used as a basis for filling.

Description:

Triggers filling the recordset with data taken from some other object. When this happens, the Filling event is called in the recordset module. It can contain an algorithm that fills the dataset based upon the passed value.
A value of any type can be used for filling. To achieve this, a filling algorithm for this value type must be described in Filling, the event handler procedure.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community