Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSet::HasChanges Method ()

 

Gets a value indicating whether the DataSet has changes, including new, deleted, or modified rows.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
bool HasChanges()

Return Value

Type: System::Boolean

true if the DataSet has changes; otherwise false.

The following example uses the GetChanges method to create a second DataSet object that is then used to update a data source.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft