My table contains “hours” field. I have multiple records in my table.
I want to get the total of all “hours” fields except the first record.
How do I get the sum of all except first record?
My table contains hours field. I have multiple records in my table. I want
Share
You can use Skip() method in Linq.