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
kastion
NA
9
0
SqlCommand Record Count
May 29 2008 10:23 AM
SqlCommand Command = this.CreateCommand(String.Format("SELECT {0} FROM {1} WITH (NOLOCK) ORDER BY ID", String.Join(",", this.m_Campaign.Fields.ToArray()), _Tablename));
How can I go about getting the record count of this query? I need to know how many records it's retrieving.
Reply
Answers (
1
)
C# Language Studying help me...
HOW TO GENERATE RANDOM NUMBER IN C#