IQueryable<Student> query = objStudent.AsQueryable().Where(student => student.Name.Contains("Alavala"));