dataTable = Document.Data.Tables[jsonParam['dataTableName']]
marking = Document.Data.Markings[jsonParam['markingName']]
rowSelection = dataTable.Select(jsonParam['whereClause'])
marking.SetSelection(rowSelection, dataTable, Enum.Parse(clr.GetClrType(DataSelectionOperation),jsonParam['operation']))