To support ABL-specific features for a new
DataSet instance, you might also need to specify ABL extensions for the DataTables within the DataSet that provide mappings to the corresponding ABL temp-tables. ABL provides the
Progress.Open4GL.ProDataTable utility class to define these ABL extensions for each DataTable. For more information, see
ProDataTableclass methods. You might also need to specify ABL extensions for the DataSet that support the mapping to an ABL ProDataSet. ABL provides the
Progress.Open4GL.ProDataSet utility class to define these ABL extensions for a DataSet. For more information, see
ProDataSetclass methods.