-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
dear!
var a = new A
{
id=1,
name = "lina",
geom = "LINESTRING(0 0,1 1,2 1,2 2)"
};
postgresql13
ado.net or dapper I can use string type【geom = "LINESTRING(0 0,1 1,2 1,2 2)"】to insert geo field to the table
but use z.dapper.plus is error
Could not find PostgreSQL type geometry!
can you switch geometry to string,then it will work fine!
Metadata
Metadata
Assignees
Labels
No labels