I want to map the postgres type point
to the Devart.Data.PostgreSql.PqSqlPoint
structure.
I found a table (devart PgSqlTypes) in which is stated for point
: "May be represented as the PgSqlPoint class or the Srting".
However in devart's Entity Developer I can only choose Dot.Net standard types like String
,Byte
,Int16
,Int32
,Boolean
etc. for the generated entity's respective property and did not find a way to select Devart.Data.PostgreSql.PqSqlPoint
as type.
Would this be possible somehow or will I allways have to do the conversions myself in the code of my property's getter?
Your help is much appreciated.
p.s. We are using Entity Framework as ORM framework.