Description
IPSCDataSet is defined so application can access custom information through it. IPSCDataSet has different methods and properties which allow to access some fields or records of the data. It is suggested to create IPSCDataSet provider and use it instead direct access to the data as it gives more flexibility.
IPSCDataSet is different from IPSCDataField and IPSCDataFields as it additionally provides access to the records in the data. If you have single value, use IPSCDataFields. If you have many fields but one record, use IPSCDataFields.