ProDataSet attribute mappings
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
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.
| ABL ProDataSet attribute | ADO.NET mapping | Description |
|---|---|---|
|
|
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 application server as part of the ProDataSet. For more information, see GetDataSourceModified( ). |
|
|
Gets or sets the name of the corresponding ProDataSet. |
|
|
Gets or sets the XML namespace prefix on the specified ADO.NET DataSet for the corresponding ABL ProDataSet. |
|
|
Gets or sets the XML namespace on the specified ADO.NET DataSet for the corresponding ABL ProDataSet. |
|
|
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 application server. For more information, see GetRejected( ). |