Definition of IUniProvider

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
brian71us
Posts: 10
Joined: Wed 01 Feb 2012 13:00

Definition of IUniProvider

Post by brian71us » Wed 01 Feb 2012 13:30

Hello,

I would like to implement IUniProvider for two new databases (NexusDB and VistaDB) but I can't seem to find the full definition for the interface.

Can you provide me with the IUniProvider definition?

Thank you,
Brian Wheatley

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Thu 02 Feb 2012 08:58

dotConnect Universal can use any ADO.NET provider that is installed on your computer. If there are ADO.NET providers for VistaDB and NexusDB, you can use these providers in dotConnect Universal (but our provider is not a tool for creating new ADO.NET providers).

If you want to find definition of IUniProvider, perform the following:
1. Create a new project;
2. Add Devart.Data.dll and Devart.Data.Universal.dll reference to your project;
3. Write IUniProvider in your code;
4. Right-click on it and chose 'Go To Defenition'

However, there is another way. You can use the UniProvider component. For more information please refer to:
http://www.devart.com/dotconnect/univer ... vider.html

Post Reply