Hi,
I have some problems with .Net API. Soemthings that can be done with Java API cannot be done so easily in .Net API.
In Java API, for schemas (or in Schema class), there is a method named getEntryListFieldInfo. The declaration of the method cen be found below:
public EntryListFieldInfo[] getEntryListFieldInfo()
Info about the method: Returns the list of fields that identifies the default query list data for retrieving schema entries.
This method provides us to take "Results List Fields" information of the form.
In .Net API, I couldn't find similar method to take fields in the "Results List Fields" list.
In .Net API, there is a class called as EntryList to represent entry in AR System. In order to take description of an entry, it is enough to call Description property of the class and that description uses that list to describe the entry. I mean .Net API may not be complete but I am sure that that list is stored somewhere and I have to take that information somehow

I am waiting for your help.
Thanks for your help ...