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( ).
|