You are creating a new List<EmployeeList> for each record that you read. You should create the List first. Then for each record that is read ...
確定! 回上一頁