A
ad
I am using the new feature of TableAdapter in VS2005.
I want to new a typed DataRow, I use the codes:
System.Data.DataRowBuilder rb;
MyDataSet.myRow rowMine = new MyDataSet.myRow(rb);
But it failed.
How can I new a DataRow?
I want to new a typed DataRow, I use the codes:
System.Data.DataRowBuilder rb;
MyDataSet.myRow rowMine = new MyDataSet.myRow(rb);
But it failed.
How can I new a DataRow?