Page 1 of 1

Support for Views

Posted: Thu 28 Mar 2019 14:36
by ENRIQUEHIN
Does dotConnect for PostgreSQL support views (normal and materialized views)?
If so, where do I find this topic in documentation?
I have been searching for it but I have not found anything.

Best regards.

Re: Support for Views

Posted: Wed 03 Apr 2019 12:40
by Pinturiccio
dotConnect for PostgreSQL supports views and materialized views. There is no any information about views in our documentation, because you can work with them just like with tables. So there is no specific topic in our documentation about working with views.

For example you can run a query to a table via PgSqlCommand. In the same way you may query a view or materialized view.