DataTableJoinFieldValueIntoString

Description

Joins the values of a datatable's column which match the Filter criteria into a single string.


DataTable

DataTable InArgument<DataTable> REQUIRED

The source DataTable.


Join options

FieldToJoinInResult InArgument<String> REQUIRED

The name of the column to join.

Separator InArgument<String> REQUIRED

The string to use to separate each value.

UseSeparatorAtStartAndEnd InArgument<Boolean>

Sets whether DocsMarshal should insert the separator at the beginning and at the end of the result or not. The default is false.


Misc


Search

Filter InArgument<String> REQUIRED

The criteria to use to filter the rows.

For examples on how to filter rows, see DataView RowFilter Syntax.