Select specific value from datatable

How do I select “Q” and “Speeding” then write the values to Log Message activity?
the table below is from a SQL query that i loaded into a datatable.

image

Assign to a DataRow variable the result of DataTable.Select ‘Q’ and ‘Speeding’ and then print the DataRow values