TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
athira k
NA
140
53.5k
why it is getting public virtual int function() in mvc
Jul 27 2017 6:23 AM
I am doing a project in mvc, and for that I have created a stored procedure. It works fine and then I included this sp to edmx and shows sussceful. But when I opened Entities.Context.cs, instead of getting
public virtual ObjectResult<Sp_Result> sp(),I am getting
public virtual int Sp()
and in the EntitiesModel.cs , I need to get function declaration as objectResult<Sp_Result>Sp(); but it is not getting a declaration as this or as int ??
why is this happening ?? Actually I need to get as public virtual ObjectResult<Sp_Result> sp() this is not getting.
What will be the reason behind this and is there a way to delete the stored procedure from edmx and to add later
can anyone please help me to find the solution for this ??
Reply
Answers (
1
)
Is there any open source Ticket Management System in ASP.NET
Json Result with Date Parameters