Hi Bruce,
Once I make a typed DS and include one table I automatically get 2 classes -
1 for the table and 1 for it's row.
Then I make a class that inherits from the typed row.
What I can't do is to overload the typed DataRow base constructor by
providing a parameter less one.
It takes only a RowBuilder object as a parameter.
Can u please provide me with an example of how to overload the DataRow
constructor to get no params?
Thanks in advance,
Albert
ps. By the way I haven't seen a way for instantiating a DataRow other than:
DataRow r = MyDataTable.NewRow();
--
Albert Benatov
Skype: abentov
http://albertbenatov.com
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...p-net/200606/1