Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert/Update a geometry field #651

Closed
bad-ch opened this issue Dec 22, 2022 · 1 comment
Closed

Insert/Update a geometry field #651

bad-ch opened this issue Dec 22, 2022 · 1 comment

Comments

@bad-ch
Copy link

bad-ch commented Dec 22, 2022

Is there already a way to use such constructs <<< geometry::STGeomFromText('POINT(2702172.391 1268000.746)', 0) >>> for an update or an insert. UnsafeLiteral is not usable for this case.

@bad-ch
Copy link
Author

bad-ch commented Dec 22, 2022

I found the solution, with Expressions.UnsafeLiteral("", false) you could use the expression above in the update/insert object

@bad-ch bad-ch closed this as completed Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant