Where is component from VS ServerExplorer Add Connection?
Posted: Mon 08 Dec 2008 12:55
Hello
After selecting "Add Connection" in Visual Studio Server Explorer, there is a nice dialog that shows different connection components for different providers. The same dialog is in Entity Developer.
I have found component for Microsoft SqlServer (this is Microsoft.Data.ConnectionUI.SqlConnectionUIControl in Microsoft.Data.ConnectionUI.Dialog.dll).
But I can not find parallel component for PostgreSql in any of Devart assemblies (tried Object Browser and NET Reflector without success).
I have found only Devart.Data.PostgreSql.Design.ConnectForm but this is too simple and is derived from Form not from Component class.
Where to find this component (is it public?). Do I have to write my own?
Thanks,
Aleksander Podlaski
After selecting "Add Connection" in Visual Studio Server Explorer, there is a nice dialog that shows different connection components for different providers. The same dialog is in Entity Developer.
I have found component for Microsoft SqlServer (this is Microsoft.Data.ConnectionUI.SqlConnectionUIControl in Microsoft.Data.ConnectionUI.Dialog.dll).
But I can not find parallel component for PostgreSql in any of Devart assemblies (tried Object Browser and NET Reflector without success).
I have found only Devart.Data.PostgreSql.Design.ConnectForm but this is too simple and is derived from Form not from Component class.
Where to find this component (is it public?). Do I have to write my own?
Thanks,
Aleksander Podlaski