Setting the schema to use at run time

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
-marcelo-
Posts: 26
Joined: Wed 28 Jun 2017 12:35

Setting the schema to use at run time

Post by -marcelo- » Fri 14 Jul 2017 12:21

How can I set the schema to use immediately after connection is stablished?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Setting the schema to use at run time

Post by Shalex » Tue 18 Jul 2017 10:24

Please use the Initial Schema connection string parameter: https://www.devart.com/dotconnect/postg ... tring.html. Is that what you need?

-marcelo-
Posts: 26
Joined: Wed 28 Jun 2017 12:35

Re: Setting the schema to use at run time

Post by -marcelo- » Fri 04 Aug 2017 20:25

Thank you. That was what I needed.

Post Reply