Devart Datatypes for corresponding PostgreSql Columntypes

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
chris901
Posts: 64
Joined: Wed 20 Jul 2016 04:21

Devart Datatypes for corresponding PostgreSql Columntypes

Post by chris901 » Sun 14 Aug 2016 05:51

Hello,

i am currently working with a table that has a box and some point datatypes.

In Npgsql there are equivalent types available in c#:

http://www.npgsql.org/doc/types.html

For example:

box converts to NpgsqlBox
Point converts to NpgsqlPoint

I had a look at your documentation page: https://www.devart.com/dotconnect/postg ... pping.html

But it seems all these types get just converted to string?

I bought the dotConnect Professional edition that lists:

> All PostgreSQL data types support, including Composite types
> Provider-specific types support

I am wondering if Devart also provides c# datatypes for these (and other postgresql specific datatypes) and where i can find a list of them?

Thanks.


Post Reply