Map ProDataSet components
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following table shows how a given ABL ProDataSet and its related components map to its companion objects in ADO.NET.
| ABL component | .NET object |
|---|---|
| ProDataSet |
or strongly typed DataSet |
| Buffer / Temp-Table |
or strongly typed DataTable |
| Buffer Field |
|
| Data-Relation |
|
| Primary Key |
|
| Unique non-primary index |
|