Entity framework provider mapping of CLR string array to postgresql array type

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
kenalex
Posts: 2
Joined: Sat 24 Sep 2016 12:30

Entity framework provider mapping of CLR string array to postgresql array type

Post by kenalex » Thu 10 Aug 2017 12:33

Does the postgresql dotconenct driver support array types in its entity framework 6 and entity framework core providers?

for example is it possible for a for a property of an entity such as
string[] vlanIds {get; set;}

to be mapped to a column of type text[]

Thank in Advance :)

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

Re: Entity framework provider mapping of CLR string array to postgresql array type

Post by Shalex » Fri 11 Aug 2017 11:26

The array types are not supported by Entity Framework: viewtopic.php?f=3&t=24217.

The list of supported types is available at https://www.devart.com/dotconnect/postg ... pping.html.

Post Reply