I have a datatable with columns like First Name, Middle Name, Last Name. I need to filter the records in C# for a condition like shown below.
Select * From Table Where LastName >= 'john'