I have the following:
public System.Data.DataSet ds = new System.Data.DataSet();
public System.Data.DataRow dr = new System.Data.DataRow();
it gives me an error
C:\SvnWork\InitialPriceRep
orting\Dot
Net\Initia
lPriceRepo
rting\Form
1.cs(49,41
): error CS0122: 'System.Data.DataRow.DataR
ow(System.
Data.DataR
owBuilder)
' is inaccessible due to its protection level
Start Free Trial