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
Anu
1.5k
197
8.8k
Converting a stored procedure result to IEnumerable type
Sep 24 2020 9:55 AM
I have a stored procedure which returns only 2 columns from the table in the database. The result of the stored procedure need to be coverted to an IEnumerable type.The table name and the column names will be available only at runtime. So need to create an IEnumerable object dynamically without giving the object name.
Reply
Answers (
1
)
SSO implementation for MVC ASP.NET Core application
Calling another action from one action.