Try OpenEdge Now
skip to main content
.NET Open Clients
Passing Parameters : ProDataSet class methods : Data source update-related methods : GetRejected( )
 
GetRejected( )
Returns true if any changes to the specified DataSet from the corresponding values in the original ProDataSet were rejected on the AppServer. This method maps to the ProDataSet REJECTED attribute. The syntax is:

Syntax

static bool GetRejected(System.Data.DataSet ds)
You typically query this value on an output ProDataSet parameter that was previously passed as input with changes from the .NET Open Client.