Support for Views

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
ENRIQUEHIN
Posts: 5
Joined: Tue 09 Dec 2014 16:04

Support for Views

Post by ENRIQUEHIN » Thu 28 Mar 2019 14:36

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.

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

Re: Support for Views

Post by Pinturiccio » Wed 03 Apr 2019 12:40

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.

Post Reply