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

Syntax

static bool GetRejected(System.Data.DataTable dt)
You typically query this value on the corresponding temp-table of an output ProDataSet parameter that was previously passed as input with changes from the .NET Open Client.