Oladotun Obileye

Oladotun Obileye

  • NA
  • 98
  • 19.7k

How to count times a data exist in a column in c#

May 25 2019 7:38 PM
Good day everyone please I am working on a windows form loan application  i have 6records. I have a column that is for loan approval i.e it has three different values(approved,denied,pending)
ID                  NAME               EMAIL                        LOANAPPROVAL
1                    kunle                [email protected]           pending
2                    chisom            [email protected]               approved
3                    Dami               [email protected]         Denied
4                     Hausa            [email protected]            Denied
5                    jones               [email protected]          Denied
6                     Alfred            [email protected]          Approved.
 
in the column LoanApproval i want to count how many   loans was approved,denied,pending 

Answers (4)