2
Answers

Why error in DataRow drow=new DataRow();

amit_gupta14

amit_gupta14

20y
6.1k
1
When I write DataRow drow=new DataRow();, it throws compilation error but DataRow drow works perfectly. Why it is so? Normally we create an instance before utilising properties/members of a class.
Answers (2)