Invalid Data Type: 'CITEXT'
Posted: Thu 06 Aug 2015 18:21
PostgreSQL 9.4
Visual Studio 2015 Community
dotConnect for PostgreSQL Pro
I'm following the LinqConnect Tutorial with my own database.
https://www.devart.com/dotconnect/postg ... _linq.html
One of the columns is declared as citext. When I attempt to query that table/column I get the following exception:
An unhandled exception of type 'System.InvalidOperationException' occurred in Devart.Data.PostgreSql.Linq.dll
Additional information: Invalid data type: 'CITEXT'.

Thanks,
Craig
Visual Studio 2015 Community
dotConnect for PostgreSQL Pro
I'm following the LinqConnect Tutorial with my own database.
https://www.devart.com/dotconnect/postg ... _linq.html
One of the columns is declared as citext. When I attempt to query that table/column I get the following exception:
An unhandled exception of type 'System.InvalidOperationException' occurred in Devart.Data.PostgreSql.Linq.dll
Additional information: Invalid data type: 'CITEXT'.

Thanks,
Craig