I am little confused on this question. The DDT does not store any connection strings for your run-time application. What are you trying to accomplish here?
Thank you.
Anyway to retrieve all connection string specified in DDT? I would like to add code to check if all specified connections are valid during application startup.
If MicroFour.StrataFrame.Data.DataBasics.DataSources.Count < 1 Then '-- Show some message....End If