AdditionalColumns interface
Specify the column name and value of additional columns.
Properties
name | Additional column name. Type: string (or Expression with resultType string). |
value | Additional column value. Type: string (or Expression with resultType string). |
Property Details
name
Additional column name. Type: string (or Expression with resultType string).
name?: any
Property Value
any
value
Additional column value. Type: string (or Expression with resultType string).
value?: any
Property Value
any