Page 1 of 1

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

Posted: Thu 10 Aug 2017 12:33
by kenalex
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 :)

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

Posted: Fri 11 Aug 2017 11:26
by Shalex
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.