datarow edit

I would like to edit a row in a dataset but not sure why do not get the .BeginEdit in the intellisense.
This is what I have already:
DataRow row = oDS._TRCLNT01.Rows[rowNum];
row.

Thanks



Answer this question

datarow edit

  • saihari

    Thanks for the tip!


  • Kofoed

    The DataRow class does contain a BegintEdit method. So it should be visable in the intellisense. The method does exists in .NET Framework 1.x and 2.0.


  • coloradowebdev

    Hi

    If whenever you think ur intilisence is not working properly then Build all the linked project, or ReBuild All. Some time you have to close VS IDE for getting better.

    Thanks



  • datarow edit