Hi
I have a custom data connector created with the .NET framework. The properties I need for the connection are defined in IReadOnlyList<Dundas.BI.Data.DataProviders.ProviderProperty>
.
I want to order the data provider information in the UI when the user edits the connector. At present they are being sorted in alphabetical order, ‘API key’ coming before ‘URL’.
Where can I define the sort order? I can’t find anything in the ProviderProperty
object
Thanks