datatable.HasChanges() ?
- From: "mrstrong" <mrstrong@xxxxxxxxxxx>
- Date: Wed, 21 Dec 2005 19:26:46 +1000
Gday,
Have been going through the walkthrough for a distributed application:
http://msdn2.microsoft.com/en-us/library/1as0t7ff.aspx
and it appears to suggest in the SaveData_Click method that you can check a
datatable for changes, ie
if (CustomerData.HasChanges())
However when I try to build this I get the error:
Error 1 '<blah>DataTable' does not contain a definition for 'HasChanges'
Am I doing something stupid or do datatables not have this method available?
Thanks,
Peter
.
- Follow-Ups:
- Re: datatable.HasChanges() ?
- From: theiwaz
- Re: datatable.HasChanges() ?
- From: Jon Skeet [C# MVP]
- Re: datatable.HasChanges() ?
- Prev by Date: Re: OO Design question
- Next by Date: Re: Color control vs2005
- Previous by thread: VS2003 / VS2005 - tabs
- Next by thread: Re: datatable.HasChanges() ?
- Index(es):
Relevant Pages
|