QuerySchemaFields.Add
Syntax variant: From the string
Syntax:
Parameters:
<Expression> (required)
String based on which the expression will be created.
<Column> (optional)
Column index where added field should be placed.
<NestedTableColumn> (optional)
When a field is added from a nested table, the paramters specifies the column, to which new nested table is placed. If the nested table already exists, the parameter is ignored.
Description of method variant:
Syntax variant: From an available field
Syntax:
Parameters:
<AvailableField> (required)
Available field from which a query schema expression will be created.
<Column> (optional)
Column index where added field should be placed.
<NestedTableColumn> (optional)
When a field is added from a nested table, the paramters specifies the column, to which new nested table is placed. If the nested table already exists, the parameter is ignored.
Description of method variant:
Syntax variant: From the available nested table
Syntax:
Parameters:
<AvailableNestedTable> (required)
Available nested field from which a nested table of the query schema will be created.
Description of method variant:
Returned value:
Description:
Availability: