Saturday, September 17, 2016

To find the count of id in the table

public int count()
        {
            int count = (from s in dbcontext.taskdetails select s.tid

           ).Count();

            return count;


        }

No comments:

Post a Comment

Git Commands

Git Version   To check the git version Git -v       Git Clone To clone the repository, use the following command: Git clone [u...