E
Earl
What am I doing wrong here?
DataRow drNew = new DataRow();
gives me an exception: "inaccessible due to its protection level"
The equivalent code in VB.Net executes fine.
DataRow drNew = new DataRow();
gives me an exception: "inaccessible due to its protection level"
The equivalent code in VB.Net executes fine.