Tuesday, September 20, 2016

To display the data in linq using procedure in c#



public List<display_Result> DisplayedUsingProcedure(int? uid)
    {
        return dbcontext.display(uid).ToList();
    }

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...