I have a column in DataTabel named Processor ,and I want to count the number of “Processor” having “Snapdragon” string in their name. Any sysntax for that?
ExtractDataTable.Select(“[Processor] Like ‘%Snapdragon%’”).Count
This is working but not giving the exact count