in C#, when using and informationlinkdescriptor or informationlinkdatasource, it would be nice to know the list of columns provided by the informationLink.
this can be usefull to identify the columns to ignore, the colums used for mapping (in the addcolumns method) etc..
// Locate the InformationLink by Browsing.
InformationLinkDescriptor link = InformationLinkDataSource.BrowseForInformationLink();
InformationLinkDataSource ILdatasource = new InformationLinkDataSource(link.Identifier);