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
Nithika
NA
63
18.9k
How can I get very first row
Mar 10 2019 11:36 PM
Hello Friends,
There are so many rows in my resultset. is it possibel to get only the top row as a result. Need help.
var result = from latest
in
dt.DefaultView.ToTable().AsEnumerable()
select
new
{
record = latest.Field<
string
>(
"Items"
)
}.ToTable();
Reply
Answers (
2
)
string calculation
How to use preInitModule in Asp.net