XBaseFieldsCollection.Count

Syntax:

Count()

Returned value:

Type: Number.

Description:

Obtains the number of fields in a database table.

Availability:

Server, thick client, external connection.

Example:

Message("Total fields in table: " + xB.Fields.Count());

    

1C:Enterprise Developer's Community