What data types are supported in SQL CE 3.5 (Windows Phone Mango)

What data types are supported in SQL CE 3.5? In particular, can you use geography / geometry types?

+6
source share
1 answer

Geospatial types are not supported. Only Microsoft SQL Server Compact Edition (SQL CE) data types are supported.
A list of supported types can be found at http://msdn.microsoft.com/en-us/library/ms172424(SQL.110).aspx

+12
source

Source: https://habr.com/ru/post/892361/


All Articles