Some issue with teh below code snippet.. I believe "DataRow" is not a defined object in the Library, can you suggest which object can I use to retrieve rows from my csv file ?
Thanks,
Smita
- Code: Select all
CSVConnector csvConnector = new CSVConnector(@"..\..\CV.csv");
foreach( DataRow row in csvConnector.Rows)
Error Message with above
======================
The type or namespace name 'DataRow' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - C:\Automation\..\Program.cs:43,16