R
Rickard
I have designed some datasets using VS2005 by dragging in tables from a
SQL2000 server.
When I look at the generated code, it references the SqlClient provider
in many places (for example, the command objects and the mappings of
datatypes).
Is there some way to make these generated datasets generic, so they can
take a connection of type IDbConnection?
SQL2000 server.
When I look at the generated code, it references the SqlClient provider
in many places (for example, the command objects and the mappings of
datatypes).
Is there some way to make these generated datasets generic, so they can
take a connection of type IDbConnection?