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
ahmed elbarbary
NA
1.6k
275k
How to get fields exist on table by passing table name by us
Mar 10 2019 11:05 AM
How to get fields exist on table by passing table name by using asp.net core 2.1 ?
How to get fields exist on table by passing table name ?
suppose I have table name Employee on SQL server 2012 and this is fields of Employee Table EmployeeCode,EmployeeName,,..etc
How to make function pass to it table name and it will retrieve fields or columns as
EmployeeCode,
EmployeeName
I work on web API core project with angular 7
structure of function as below
public List<string> GetColumnNames(string tablename)
{
}
Reply
Answers (
3
)
How to insert multiple table data using ViewModel in asp.net
Deserializing JSON array into strongly typed .NET object