QuerySchemaExpressions.Add

Syntax variant: For a grouping

Syntax:

Add(<GroupingField>)

Parameters:

<GroupingField> (required)

Type: QuerySchemaExpression;QuerySchemaAvailableField;String.
Expression or available field from the query schema source.

Description of method variant:

It adds an expression to the grouping.

Syntax variant: For a filter

Syntax:

Add(<Condition>)

Parameters:

<Condition> (required)

Type: QuerySchemaExpression;QuerySchemaAvailableField;String.
It specifies an available field from the query schema source, or an expression, or a condition in the form of a string.

Description of method variant:

It adds a value to the filter.

Description:

Adds a new collection item and returns it; if the type of a new item is not applicable to the given collection, no addition is done.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community