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
mansoor altaf
NA
68
0
What does the following code means?
Sep 5 2011 4:42 AM
public DataSet MyDataset
{
get
{
return MyDs;
}
set
{
MyDs = value;
}
}
//i know that we are using here accessors and mutators. but is this the structure of class or function or what???
if it is a class than it should be like (public class [classname]{} etc) if it is a function than it should be like
(public void xyz(){} )
i am confused with the above structure , what it represents.???
thx in advance for the help.
Reply
Answers (
5
)
My gridview are not display on webform
Problem with linking two tables in CrystalReport