Try OpenEdge Now
skip to main content
.NET Open Clients
Passing Parameters : ABL ProDataSet to ADO.NET DataSet mappings : Mapping ProDataSet component attributes : ProDataSet attribute mappings
 
ProDataSet attribute mappings
The following table lists ABL attributes of an ABL ProDataSet parameter and how they map to the corresponding ADO.NET DataSet parameter passed in a .NET Open Client.
Table 12. Mapping ABL ProDataSet attributes to ADO.NET
ABL ProDataSet attribute
ADO.NET mapping
Description

DATA-SOURCE-MODIFED

Progress.Open4GL.ProDataSet
.GetDataSourceModified
  (System.Data.DataSet ds)
For the ADO.NET DataSet specified by ds, this static method returns an indication whether any data source row is modified from the original temp-table values passed from the AppServer as part of the ProDataSet. For more information, see GetDataSourceModified( ).

NAME

System.Data.DataSet.DataSetName
Gets or sets the name of the corresponding ProDataSet.

NAMESPACE-PREFIX

System.Data.DataSet.Prefix
Gets or sets the XML namespace prefix on the specified ADO.NET DataSet for the corresponding ABL ProDataSet.

NAMESPACE-URI

System.Data.DataSet.Namespace
Gets or sets the XML namespace on the specified ADO.NET DataSet for the corresponding ABL ProDataSet.

REJECTED

Progress.Open4GL.ProDataSet
.GetRejected
  (System.Data.DataSet ds)
For the ADO.NET DataSet parameter specified by ds, this static method returns an indication of whether any changes from original ProDataSet values were rejected on the AppServer. For more information, see GetRejected( ).