Getting error when adding two conditions

Please use the below in condition

(from row in dt where row(“name”).tostring=“tom” and row(“call”).tostring=“2” select row).count>0
or
Dt_Table.select(“Col1=‘Man Do’‘na’”).count>0