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