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 (DataRowState)

 

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

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

public:
bool HasChanges(
	DataRowState rowStates
)

Parameters

rowStates
Type: System.Data::DataRowState

One of the DataRowState values.

Return Value

Type: System::Boolean

true if the DataSet has changes; otherwise false.

Examine the HasChanges property of the DataSet before invoking the GetChanges method.

The following example uses the GetChanges method to create a second DataSet object, which 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